diff --git a/speiseplan.py b/speiseplan.py index 7cf3230..b172b0f 100755 --- a/speiseplan.py +++ b/speiseplan.py @@ -14,7 +14,8 @@ def sbar(): return str(suppe("https://sbar-greifswald.de").find('table')) def grangusto(): - return f'' + imglink = suppe("https://gran-gusto.de/wochenmenue-kiga/").find("a", class_="entire-slide-link")["href"] + return f'' def sternwarte(): fullsupp = suppe("https://www.pommerscher-diakonieverein.de/produkte-dienstleistungen/gastronomie-hotellerie/bio-bistro-alte-sternwarte/")