vraiment chelou cette affaire, a la main, il n'y a pas de problèmes

This commit is contained in:
piair 2023-09-24 21:42:27 +02:00
parent 07f6ff9c3c
commit c34a82639c
3 changed files with 4 additions and 3 deletions

3
V6.py
View File

@ -363,6 +363,7 @@ def try_play(nom="inconnu"):
printf("There is an error. rqAnswerOption present in page but no action to do. skipping.")
if "pas connecté à Microsoft Rewards" in driver.page_source:
custom_sleep(5)
driver.find_element(By.CSS_SELECTOR, '[onclick="setsrchusr()"]').click()
custom_sleep(5)
printf("not connected, fixed")
@ -835,7 +836,7 @@ if g.dev :
driver = firefox_driver()
input("kill ?")
driver.quit()
if g.custom_start:
elif g.custom_start:
CustomStart()
elif g.unban:
g._mail, g._password = select_accounts(False)[0]

View File

@ -9,7 +9,7 @@ unban = False
log = False
full_log = False
vnc_enabled = False
vnc_port = 0
vnc_port = 2345
points_file = "/"
update_version = False
islinux = True

View File

@ -1 +1 @@
v6.5.0
v6.5.1