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