fixed finally ?
This commit is contained in:
parent
1c7934ce40
commit
676a35cdc2
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")
|
||||||
|
|
Loading…
Reference in New Issue