mirror of https://github.com/stijndcl/didier
Update hydra api url
parent
959ca627da
commit
e6e811fc23
|
@ -33,7 +33,7 @@ def etenScript(dag: datetime):
|
|||
|
||||
# Fetch from API
|
||||
try:
|
||||
menu = requests.get(f"https://zeus.ugent.be/hydra/api/2.0/resto/menu/nl/{dag.year}/{dag.month}/{dag.day}.json").json()
|
||||
menu = requests.get(f"https://hydra.ugent.be/api/2.0/resto/menu/nl/{dag.year}/{dag.month}/{dag.day}.json").json()
|
||||
|
||||
if not menu["meals"]:
|
||||
raise Exception()
|
||||
|
|
Loading…
Reference in New Issue