This commit is contained in:
parent
f749d162a3
commit
998d879637
|
@ -2,3 +2,4 @@
|
||||||
geckodriver.log
|
geckodriver.log
|
||||||
config
|
config
|
||||||
.vscode/settings.json
|
.vscode/settings.json
|
||||||
|
update.sh
|
||||||
|
|
2
V4.py
2
V4.py
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue