From ba20fc8ada9a23eec9b5f5b99c4bbed638aa4123 Mon Sep 17 00:00:00 2001 From: fordprefect Date: Sat, 24 Sep 2022 14:19:17 +0200 Subject: [PATCH] fix grangusto --- speiseplan.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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/")