Skip to content

Commit

Permalink
Add vegetables2 to output
Browse files Browse the repository at this point in the history
  • Loading branch information
niknetniko committed Jan 26, 2024
1 parent 1c12f64 commit 8b34f8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/scraper/resto/menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,7 @@ def write_2_0(root_path, menus):
allergens=meal['allergens'],
))
menu['vegetables'] = day_menu['vegetables']
menu['vegetables2'] = day_menu['vegetables2']

if day >= datetime.date.today():
overview.append(menu)
Expand Down

0 comments on commit 8b34f8a

Please sign in to comment.