Update tixcraft when is_coming_soon and auto reload coming soon page, to exit loop.
parent
b4e21726d5
commit
554c6a6e68
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue