Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
saerdnaer committed Mar 28, 2024
1 parent 0b63178 commit 12eb13b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ html5lib
ics
dataclasses
beautifulsoup4
icalendar
2 changes: 1 addition & 1 deletion schedule_camp2023.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
url="https://fahrplan.alpaka.space/camp-2023",
data={
"name": "jugendvillage",
"location": "Jugend Village",
"location": "Jugend Village",
},
),
]
Expand Down
5 changes: 4 additions & 1 deletion schedule_jev22.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@
"https://matrix.to/#/#xrevent:matrix.org",
],
},
options={
"remove_title_additions": False,
}
),
GenericConference(
url="https://data.jtbx.de/jev22_ccl/schedule.json",
Expand Down Expand Up @@ -422,7 +425,7 @@ def export_event(event: Event):
if not local or options.git:
commit_changes_if_something_relevant_changed(full_schedule)
# Attention: This method exits the script, if nothing relevant changed
# TODO: make this fact more obvious or refactor code
# TOOD: make this fact more obvious or refactor code

if not local and "c3data" in targets:
print("\n== Updating c3data via API…")
Expand Down

0 comments on commit 12eb13b

Please sign in to comment.