From 4b30d937f9b9f70ab1c936099d9a406a221086d9 Mon Sep 17 00:00:00 2001 From: Pyhtagodzilla <1670671958@qq.com> Date: Wed, 23 Jul 2025 20:18:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E4=BF=AE=E5=B0=8F=E8=A1=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- run.py => runOnLinuxChrome.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename run.py => runOnLinuxChrome.py (87%) diff --git a/run.py b/runOnLinuxChrome.py similarity index 87% rename from run.py rename to runOnLinuxChrome.py index e30990f..258aacd 100644 --- a/run.py +++ b/runOnLinuxChrome.py @@ -5,7 +5,7 @@ from Authtication import BUCTAU def main(): """Main function to run the script.""" authenticator = BUCTAU() - driver = authenticator.init_driver_edge() + driver = authenticator.init_driver_chrome() past_time = time.time() while True: if time.time() - past_time > 10.0: