mirror of
https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
synced 2025-06-22 18:03:57 +02:00
f me
This commit is contained in:
3
V4.py
3
V4.py
@ -432,8 +432,9 @@ def AllCard(): # fonction qui clique sur les cartes
|
||||
for i in range(3) :
|
||||
try :
|
||||
weekly_cards()
|
||||
break
|
||||
except Exception as e:
|
||||
LogError(f"weekly_cards, try n°{i} \n {e}")
|
||||
LogError(f"weekly_cards, try n°{i+1} \n {e}")
|
||||
if i == 0 :
|
||||
driver.refresh()
|
||||
else :
|
||||
|
Reference in New Issue
Block a user