This commit is contained in:
piair 2022-03-29 21:33:14 +02:00
parent f749d162a3
commit 998d879637
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
geckodriver.log geckodriver.log
config config
.vscode/settings.json .vscode/settings.json
update.sh

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) #normal error here, used to detect quizz #printf(e) normal erreor here
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")