Skip to content

Commit

Permalink
Update schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe committed Sep 15, 2024
1 parent f033f7d commit 05dc03a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion schedule.json

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions schedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ def clean_talk(talk):
for talk in talks:
slot = talk["slot"]
# We assume that talks and schedule share the same timezone.
if not slot["start"]:
continue
start = datetime.fromisoformat(slot["start"])
end = datetime.fromisoformat(slot["end"])
clean_talk(talk)
Expand Down

0 comments on commit 05dc03a

Please sign in to comment.