fixed finally ?

This commit is contained in:
piair 2022-03-28 17:20:59 +02:00
parent 1c7934ce40
commit 676a35cdc2

4
V4.py
View File

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