chore: planning wip

This commit is contained in:
mco-system 2023-04-19 21:29:39 +11:00
parent 4435f33e0b
commit 09a4deb0d1
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ def page_not_found(err):
return redirect(url_for('index'))
def get_slots():
return backend.get(endpoint=f"events/{app.local_config['pretalx']['event']}/schedules/{app.local_config['pretalx']['schedule']}").json()
return backend.get(endpoint=f"events/{app.local_config['pretalx']['event']}/schedules/{app.local_config['pretalx']['schedule']}/").json()
def get_speaker_biography(name):
try: