Skip to content

Commit

Permalink
trebovicky mlyn: url has been moved
Browse files Browse the repository at this point in the history
  • Loading branch information
trnila committed Jul 24, 2024
1 parent 4eaaa5a commit a45adb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lunches.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a45adb6

Please sign in to comment.