fixes an oops
This commit is contained in:
parent
aba70cc961
commit
ddfa3a4fbd
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ def patch_conference_schedule():
|
|||
elif slot.kind.label.lower() == "keynote":
|
||||
update_keynote(request, slot_data)
|
||||
elif slot.kind.label.lower() == "housekeeping":
|
||||
update_keynote(request, slot_data)
|
||||
update_housekeeping(request, slot_data)
|
||||
else:
|
||||
pass
|
||||
|
||||
|
|
Loading…
Reference in a new issue