From 676a35cdc22c035d310e516b7b4edcb493581dba Mon Sep 17 00:00:00 2001 From: piair Date: Mon, 28 Mar 2022 17:20:59 +0200 Subject: [PATCH] fixed finally ? --- V4.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/V4.py b/V4.py index 477fa7c..528e582 100755 --- a/V4.py +++ b/V4.py @@ -606,8 +606,8 @@ def TryPlay(nom ="inconnu"): number = driver.page_source.count('rqAnswerOption') play(number) - except : - + except Exception as e : + printf(e) if "bt_PollRadio" in driver.page_source : try : print('Poll détected', end ="\r")