remark debug info.

master
Max 2023-12-13 18:39:10 +08:00 committed by GitHub
parent f4b3a26ed1
commit f85c1467e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11331,7 +11331,7 @@ def ticketplus_order_auto_reload_coming_soon(driver):
if 'request' in network_log["params"]:
if 'url' in network_log["params"]["request"]:
if 'apis.ticketplus.com.tw/config/api/' in network_log["params"]["request"]["url"]:
print("url:", network_log["params"]["request"]["url"])
#print("url:", network_log["params"]["request"]["url"])
if 'get?ticketAreaId=' in network_log["params"]["request"]["url"]:
getSeatsByTicketAreaIdUrl = network_log["params"]["request"]["url"]
is_vue_ready = True