From 7aeb2d23549304399794a46171c119bda46316d3 Mon Sep 17 00:00:00 2001 From: piair338 <74496300+piair338@users.noreply.github.com> Date: Sat, 25 Dec 2021 10:52:20 +0100 Subject: [PATCH] ttfixed " ' ficxed playquiz8 recover --- V4.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/V4.py b/V4.py index 50e77c1..c9594e3 100644 --- a/V4.py +++ b/V4.py @@ -243,7 +243,11 @@ def PlayQuiz8(override = None): elem.click() except exceptions.ElementNotInteractableException as e: driver.execute_script("arguments[0].click();", elem) - + except Exception as e : + if override : + printf(e) + else : + LogError(e) except Exception as e : LogError("PlayQuiz8" + str(e) + str(ListeOfGood))