From c7da397f2843bf6eeff211ec6c15f89a59333a56 Mon Sep 17 00:00:00 2001 From: piair Date: Tue, 31 May 2022 21:22:37 +0200 Subject: [PATCH] ? --- V4.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/V4.py b/V4.py index 6939f5b..8a8a58a 100755 --- a/V4.py +++ b/V4.py @@ -348,7 +348,7 @@ def PlayQuiz8(override=3): if 'iscorrectoption="True" ' in Card.get_attribute("outerHTML"): ListeOfGood.append(f"rqAnswerOption{i-1}") # premier div = 3 ? except Exception as e: - LogError("playquiz8 - 1 - " + e) + LogError("playuiz8 - 1 - " + e) shuffle(ListeOfGood) for i in ListeOfGood: @@ -956,6 +956,9 @@ def close(): def dev(): driver.get('http://p.p') LogError("test pour voir si le proxy marche") + driver.get('https://www.whatismyip.com/fr/') + CustomSleep(5) + LogError("test pour voir si le proxy marche") def CustomStart(Credentials):