Skip to content

Commit

Permalink
Fix sbeerka menu heading
Browse files Browse the repository at this point in the history
  • Loading branch information
vmensik authored and trnila committed Nov 14, 2024
1 parent 0a6c3a0 commit 5b8d57f
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 @@ -375,7 +375,7 @@ async def sbeerka(dom, http):
line = line.strip()
if "Polévky" in line:
t = Soup
elif "Hlavní jídla" in line:
elif "Hlavní chody" in line:
t = Lunch
elif t and "Záloha" not in line:
m = REGEXP.search(line)
Expand Down

0 comments on commit 5b8d57f

Please sign in to comment.