QUICK FIX DEPLOYMENT

This commit is contained in:
2023-11-30 23:44:52 +01:00
parent b7174f353c
commit 8af85d1abd
3 changed files with 90 additions and 2 deletions

View File

@ -52,7 +52,7 @@ def getIcal(kurs: str):
file = open("calendars/list.json", "r")
jf = json.load(file)
try:
return jf[kurs]
return jf[kurs][0]
except KeyError:
return None