From fa270fd7b7ec6e230a381a030faf93dec39b29b6 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 29 Nov 2023 10:40:59 +0800 Subject: [PATCH] update for tixcraft same event re-open. --- chrome_tixcraft.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome_tixcraft.py b/chrome_tixcraft.py index 82b9e51..d5d782e 100644 --- a/chrome_tixcraft.py +++ b/chrome_tixcraft.py @@ -7481,7 +7481,7 @@ def tixcraft_main(driver, url, config_dict, tixcraft_dict, ocr, Captcha_Browser) # special case for same event re-open. if 'https://tixcraft.com/' == url: - if "/activity/detail/" in config_dict["homepage"]: + if "/ticket/area/" in config_dict["homepage"]: if len(config_dict["homepage"].split('/'))==7: try: driver.get(config_dict["homepage"])