Update tixcraft when is_coming_soon and auto reload coming soon page, to exit loop.

master
Max 2023-11-29 12:31:14 +08:00 committed by GitHub
parent b4e21726d5
commit 554c6a6e68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -1890,6 +1890,9 @@ def tixcraft_date_auto_select(driver, url, config_dict, domain_name):
if show_debug_message:
print("match coming soon condiction at row:", row_text)
is_coming_soon = True
if is_coming_soon:
if auto_reload_coming_soon_page_enable:
break
row_is_enabled=False