小修小补
This commit is contained in:
parent
52bfb2f526
commit
4b30d937f9
@ -5,7 +5,7 @@ from Authtication import BUCTAU
|
|||||||
def main():
|
def main():
|
||||||
"""Main function to run the script."""
|
"""Main function to run the script."""
|
||||||
authenticator = BUCTAU()
|
authenticator = BUCTAU()
|
||||||
driver = authenticator.init_driver_edge()
|
driver = authenticator.init_driver_chrome()
|
||||||
past_time = time.time()
|
past_time = time.time()
|
||||||
while True:
|
while True:
|
||||||
if time.time() - past_time > 10.0:
|
if time.time() - past_time > 10.0:
|
Loading…
x
Reference in New Issue
Block a user