From defbc63a65b98482e8092b3ff05aba15d379ab1f Mon Sep 17 00:00:00 2001 From: piair Date: Wed, 6 Sep 2023 16:04:42 +0200 Subject: [PATCH] fixed error --- V6.py | 3 ++- version | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/V6.py b/V6.py index 084defc..502fa6a 100755 --- a/V6.py +++ b/V6.py @@ -366,7 +366,8 @@ def try_play(nom="inconnu"): driver.find_element(By.CSS_SELECTOR, '[onclick="setsrchusr()"]').click() custom_sleep(5) printf("not connected, fixed") - + if "legaltextbox" in driver.current_url: + driver.find_element(By.CLASS_NAME, "actionLink").click() try: if wait_until_visible(By.ID, "rqStartQuiz", 5, driver): custom_sleep(3) diff --git a/version b/version index 68380a8..0611d73 100644 --- a/version +++ b/version @@ -1 +1 @@ -v6.3.2 +v6.3.3