Skip to content

Commit 02eefc3

Browse files
committed
Changed the URL to use for meeting attendees information in the new registration system
- Legacy-Id: 18274
1 parent 7c8995b commit 02eefc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,7 @@ def skip_unreadable_post(record):
971971
SECR_PROCEEDINGS_DIR = '/a/www/www6s/proceedings/'
972972
SECR_PPT2PDF_COMMAND = ['/usr/bin/soffice','--headless','--convert-to','pdf:writer_globaldocument_pdf_Export','--outdir']
973973
SECR_VIRTUAL_MEETINGS = ['108']
974-
STATS_REGISTRATION_ATTENDEES_JSON_URL = 'https://ietf.org/registration/attendees/{number}'
974+
STATS_REGISTRATION_ATTENDEES_JSON_URL = 'https://registration.ietf.org/{number}/attendees/'
975975
NEW_PROCEEDINGS_START = 95
976976
YOUTUBE_API_KEY = ''
977977
YOUTUBE_API_SERVICE_NAME = 'youtube'

0 commit comments

Comments
 (0)