QUICK FIX DEPLOYMENT
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user