Skip to content

Commit

Permalink
lunch: remove business prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
trnila committed Aug 1, 2024
1 parent fbf0d80 commit dd1badc
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 @@ -568,7 +568,7 @@ def fix_price(price):

async def gather_restaurants(allowed_restaurants=None):
replacements = [
(re.compile(r"^\s*(Polévka|BUSINESS MENU)", re.IGNORECASE), ""),
(re.compile(r"^\s*(Polévka|BUSINESS MENU|business)", re.IGNORECASE), ""),
(re.compile(r"k menu\s*$"), ""),
(re.compile(r"(s|š|S|Š)vestk"), "Trnk"),
(re.compile(r"\s*(,|:)\s*"), "\\1 "),
Expand Down

0 comments on commit dd1badc

Please sign in to comment.