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