Skip to content

Commit

Permalink
try to fix ZKM Kubus
Browse files Browse the repository at this point in the history
  • Loading branch information
margau committed May 31, 2024
1 parent 43c1682 commit 175b754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schedule_gpn.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def main():
# filter and export the schedule.xml for workshops
def schedule_filter(e):
status = e["id"]
if e["type"] in ["Workshop"] and e["room"] in ["HfG Raum 112", "HfG Raum 115", "Kubus"]:
if e["type"] in ["Workshop"] and e["room"] in ["HfG Raum 112", "HfG Raum 115", "ZKM Kubus"]:
status = None
return status
schedule_workshops = full_schedule.copy()
Expand Down

0 comments on commit 175b754

Please sign in to comment.