Clean up of Impexium import of specific page.
This commit is contained in:
@@ -233,7 +233,7 @@ def get_event_registrants(
|
||||
else: # Get all of the pages
|
||||
page = 1
|
||||
page_num = 0 # Will actually be the first page
|
||||
max_page = 25
|
||||
max_page = 45 # This may need to be increased again... was 15 then 25
|
||||
impexium_event_registration_list = []
|
||||
while try_page and page_num <= max_page:
|
||||
page_num = page_num + 1
|
||||
|
||||
Reference in New Issue
Block a user