Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Katze719 committed May 14, 2024
1 parent 7fb86c0 commit f05c5c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bsz_bot/helpers/parse_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ def parse_table(pdf_path):
del event_list[i + 1]

else:
if 'hours' not in event_list[i]:
event_list[i]['hours'] = current_event['position']
i += 1

return event_list

0 comments on commit f05c5c7

Please sign in to comment.