From f749d162a38a596c28a8096687aa543627e16760 Mon Sep 17 00:00:00 2001 From: piair Date: Mon, 28 Mar 2022 19:35:32 +0200 Subject: [PATCH] Lets go, it's working --- V4.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/V4.py b/V4.py index 9b82a2e..949e62c 100755 --- a/V4.py +++ b/V4.py @@ -609,7 +609,7 @@ def TryPlay(nom ="inconnu"): play(number) except Exception as e : - printf(e) + #printf(e) #normal error here, used to detect quizz if "bt_PollRadio" in driver.page_source : try : print('Poll détected', end ="\r")