V4 now work again. You should still switch to v5

This commit is contained in:
piair 2023-03-13 07:29:34 +01:00
parent 2888f1d761
commit db557c2e3c
2 changed files with 1 additions and 9 deletions

9
V4.py
View File

@ -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)

1
V5.py
View File

@ -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