From db557c2e3c00a69731b67abf4270184f58ffdfbd Mon Sep 17 00:00:00 2001 From: piair Date: Mon, 13 Mar 2023 07:29:34 +0100 Subject: [PATCH] V4 now work again. You should still switch to v5 --- V4.py | 9 --------- V5.py | 1 + 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/V4.py b/V4.py index 1a3efaf..727ec28 100755 --- a/V4.py +++ b/V4.py @@ -1016,15 +1016,6 @@ if CUSTOM_START: CustomStart(Credentials) elif UNBAN: unban2() -elif CLAIM: - global _mail, _password - _mail, _password = SelectAccount(False)[0] - reward = enquiries.choose(f"quels recompense ?", ["amazon", "fnac", "RP"], multi=False) - - driver = FirefoxDriver() - login() - - claim(False, reward) elif POINTS_FILE != "": SavePointsFromFile(POINTS_FILE) diff --git a/V5.py b/V5.py index b1613c8..aeb6bf9 100755 --- a/V5.py +++ b/V5.py @@ -40,6 +40,7 @@ def printf(e, f = ""): # replace driver's screenshot by Display's one # test PlayQuiz8 fix # check that each card worked (lot of misses lately) +# add date and account before print custom_sleep = CustomSleep