From a620c1f0e0c0ac7020f262fd986fbdbbaa86dbb7 Mon Sep 17 00:00:00 2001 From: CHUN YU YAO Date: Sun, 29 Oct 2023 22:54:38 +0800 Subject: [PATCH] 2023-10-15, play sound for ticketplus when confirm order. --- chrome_tixcraft.py | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome_tixcraft.py b/chrome_tixcraft.py index 2a7d06b..8071d8a 100644 --- a/chrome_tixcraft.py +++ b/chrome_tixcraft.py @@ -11551,6 +11551,7 @@ def ticketplus_main(driver, url, config_dict, ocr, Captcha_Browser, ticketplus_d is_event_page = True if is_event_page: + check_and_play_sound_for_captcha(config_dict) ticketplus_confirm(driver, config_dict) return ticketplus_dict