From 53a26c25bfa4d508ea08b51d4d1582248d563561 Mon Sep 17 00:00:00 2001 From: piair Date: Mon, 28 Mar 2022 19:12:54 +0200 Subject: [PATCH] please work --- V4.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/V4.py b/V4.py index 9dd8b10..1d75a4c 100755 --- a/V4.py +++ b/V4.py @@ -267,7 +267,8 @@ def PlayQuiz8(override = 3): LogError("playquizz8 - 3 - " + e) except Exception as e : - LogError("PlayQuiz8 - 4 - " + str(e) + str(ListeOfGood)) + LogError("PlayQuiz8 - 4 - " + str(e)) + print(str(ListeOfGood)) printf("PlayQuiz8 : fin ")