Skip to content

Commit e29ca0d

Browse files
committed
Update programme notifications configuration
1 parent 6343ecb commit e29ca0d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/europython_discord/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ LOG_LEVEL = "INFO"
4444
[program_notifications]
4545
# UTC offset in hours (e.g. 2 for CEST)
4646
timezone_offset = 2
47-
api_url = "https://programapi24.europython.eu/2024/schedule.json"
47+
api_url = "https://static.europython.eu/programme/ep2025/releases/current/schedule.json"
4848
schedule_cache_file = "schedule.json"
4949
livestream_url_file = "livestreams.toml"
5050

src/europython_discord/staging-config.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,16 @@ LOG_LEVEL = "INFO"
4444
[program_notifications]
4545
# UTC offset in hours (e.g. 2 for CEST)
4646
timezone_offset = 2
47-
api_url = "https://programapi24.europython.eu/2024/schedule.json"
47+
api_url = "https://static.europython.eu/programme/ep2025/releases/current/schedule.json"
4848
schedule_cache_file = "schedule.json"
4949
livestream_url_file = "livestreams.toml"
5050

5151
# optional simulated start time for testing program notifications
52-
# simulated_start_time = "2024-07-10T07:30:00"
52+
simulated_start_time = "2025-07-14T09:15:00"
5353

5454
# optional fast mode for faster testing of program notifications
5555
# will only take effect if simulated_start_time is set
56-
# fast_mode = true
56+
fast_mode = true
5757

5858
[program_notifications.rooms.main_channel]
5959
name = "Main Channel"

0 commit comments

Comments
 (0)