mirror of
https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
synced 2025-06-18 09:34:45 +02:00
ttfixed
" ' ficxed playquiz8 recover
This commit is contained in:
6
V4.py
6
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))
|
||||
|
Reference in New Issue
Block a user