Skip to content

Commit b01e5b8

Browse files
authored
Update scripts/get_speakers.py
1 parent ee64ff7 commit b01e5b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/get_speakers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# Configuration variables:
55
# This URL can be a custom URL or pretalx.com/ one depending on the event configuration
6-
CONFERENCE_URL = "https://programme.europython.eu/api/events/europython-2025"
6+
CONFERENCE_URL = ""
77
TOKEN = "" # Not necessary, but in case of private events it's required
88
YEAR = 2025 # Some events will not have it in the URL so we do it manually
99

0 commit comments

Comments
 (0)