Update tixcraft when is_coming_soon and auto reload coming soon page, to exit loop.
parent
b4e21726d5
commit
554c6a6e68
|
@ -1890,7 +1890,10 @@ def tixcraft_date_auto_select(driver, url, config_dict, domain_name):
|
||||||
if show_debug_message:
|
if show_debug_message:
|
||||||
print("match coming soon condiction at row:", row_text)
|
print("match coming soon condiction at row:", row_text)
|
||||||
is_coming_soon = True
|
is_coming_soon = True
|
||||||
break
|
|
||||||
|
if is_coming_soon:
|
||||||
|
if auto_reload_coming_soon_page_enable:
|
||||||
|
break
|
||||||
|
|
||||||
row_is_enabled=False
|
row_is_enabled=False
|
||||||
for text_item in find_ticket_text_list:
|
for text_item in find_ticket_text_list:
|
||||||
|
|
Loading…
Reference in New Issue