Update schedule version, add new room names and s/CTF/Cyberspace/
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
8eb1273273
commit
be97c32d03
|
@ -1,6 +1,6 @@
|
||||||
# fairydust.reisen website
|
# fairydust.reisen website
|
||||||
|
|
||||||
Schedule version: `Hadar`
|
Schedule version: `Intercrus`
|
||||||
|
|
||||||
## New pages/posts
|
## New pages/posts
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ from urllib.request import urlopen
|
||||||
from zoneinfo import ZoneInfo
|
from zoneinfo import ZoneInfo
|
||||||
|
|
||||||
GRANULARITY = 30
|
GRANULARITY = 30
|
||||||
ROOM_SEQUENCE = ('Sondermaschinenbau', 'Smart City Schmiede', 'Sofaecke', 'CTF')
|
ROOM_SEQUENCE = ('Sondermaschinenbau', 'Smart City Schmiede', 'Sofaecke', 'Außenbereich', 'Rennstrecke', 'Cyberspace')
|
||||||
SCHEDULE_URL = 'https://cfp.fairydust.reisen/iger-2022/schedule/export/schedule.json'
|
SCHEDULE_URL = 'https://cfp.fairydust.reisen/iger-2022/schedule/export/schedule.json'
|
||||||
TIMEZONE = 'Europe/Berlin'
|
TIMEZONE = 'Europe/Berlin'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue