From a45adb64daf98d9c0b845ca59f6f3bd008a0f681 Mon Sep 17 00:00:00 2001 From: Daniel Trnka Date: Wed, 24 Jul 2024 22:21:04 +0200 Subject: [PATCH] trebovicky mlyn: url has been moved --- lunches.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lunches.py b/lunches.py index 32842bc..741a59b 100755 --- a/lunches.py +++ b/lunches.py @@ -262,7 +262,7 @@ async def poklad(dom, http): yield Lunch(**item) -@restaurant("Trebovicky mlyn", "https://www.trebovickymlyn.cz/", Location.Poruba) +@restaurant("Trebovicky mlyn", "https://www.trebovickymlyn.cz/denni-menu/", Location.Poruba) def trebovicky_mlyn(dom): el = dom.css_first(".soup h2") if not el: