Lets go, it's working

This commit is contained in:
piair 2022-03-28 19:35:32 +02:00
parent c5baf912fd
commit f749d162a3

2
V4.py
View File

@ -609,7 +609,7 @@ def TryPlay(nom ="inconnu"):
play(number) play(number)
except Exception as e : except Exception as e :
printf(e) #printf(e) #normal error here, used to detect quizz
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")