mirror of
https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
synced 2025-07-22 18:36:38 +02:00
fixed finally ?
This commit is contained in:
4
V4.py
4
V4.py
@ -606,8 +606,8 @@ def TryPlay(nom ="inconnu"):
|
|||||||
number = driver.page_source.count('rqAnswerOption')
|
number = driver.page_source.count('rqAnswerOption')
|
||||||
play(number)
|
play(number)
|
||||||
|
|
||||||
except :
|
except Exception as e :
|
||||||
|
printf(e)
|
||||||
if "bt_PollRadio" in driver.page_source :
|
if "bt_PollRadio" in driver.page_source :
|
||||||
try :
|
try :
|
||||||
print('Poll détected', end ="\r")
|
print('Poll détected', end ="\r")
|
||||||
|
Reference in New Issue
Block a user