V4 now work again. You should still switch to v5
This commit is contained in:
parent
2888f1d761
commit
db557c2e3c
9
V4.py
9
V4.py
|
@ -1016,15 +1016,6 @@ if CUSTOM_START:
|
||||||
CustomStart(Credentials)
|
CustomStart(Credentials)
|
||||||
elif UNBAN:
|
elif UNBAN:
|
||||||
unban2()
|
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 != "":
|
elif POINTS_FILE != "":
|
||||||
SavePointsFromFile(POINTS_FILE)
|
SavePointsFromFile(POINTS_FILE)
|
||||||
|
|
1
V5.py
1
V5.py
|
@ -40,6 +40,7 @@ def printf(e, f = ""):
|
||||||
# replace driver's screenshot by Display's one
|
# replace driver's screenshot by Display's one
|
||||||
# test PlayQuiz8 fix
|
# test PlayQuiz8 fix
|
||||||
# check that each card worked (lot of misses lately)
|
# check that each card worked (lot of misses lately)
|
||||||
|
# add date and account before print
|
||||||
|
|
||||||
custom_sleep = CustomSleep
|
custom_sleep = CustomSleep
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue