Skip to content

Commit

Permalink
Use correct name for vegetables2
Browse files Browse the repository at this point in the history
  • Loading branch information
niknetniko committed Jan 26, 2024
1 parent 8b34f8a commit 3821a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/scraper/resto/menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ def get_day_menu(which, url, allergens: Dict[str, str]):
name = meal
vegetable_allergens = find_allergens_for_food(allergens, name)
vegetable = {
'name': meal,
'name': name,
'kind': kind,
'allergens': vegetable_allergens
}
Expand Down

0 comments on commit 3821a2e

Please sign in to comment.