Skip to content

Commit

Permalink
Update EarlyBird.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TomHrm authored Mar 22, 2024
1 parent 8f51b7e commit 9b779f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EarlyBird.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import sys
import json

FAVORITE_DISHES = ['Burger', 'Nuggets', 'Schnitzel', 'schnitzel', "burger"]
FAVORITE_DISHES = ['Burger', 'Nuggets', 'Schnitzel', 'schnitzel', "burger", 'nuggets']
API_BASE_URL = "https://mensa.mafiasi.de/api/canteens/10"
TELEGRAM_API_BASE_URL = "https://api.telegram.org/bot"

Expand Down

0 comments on commit 9b779f2

Please sign in to comment.