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")