chore: planning wip
This commit is contained in:
parent
4435f33e0b
commit
09a4deb0d1
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user