小修小补

This commit is contained in:
Pyhtagodzilla 2025-07-23 20:18:35 +08:00
parent 52bfb2f526
commit 4b30d937f9

View File

@ -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: