f me
This commit is contained in:
parent
7da5bf2a80
commit
740390aa19
3
V4.py
3
V4.py
|
@ -432,8 +432,9 @@ def AllCard(): # fonction qui clique sur les cartes
|
||||||
for i in range(3) :
|
for i in range(3) :
|
||||||
try :
|
try :
|
||||||
weekly_cards()
|
weekly_cards()
|
||||||
|
break
|
||||||
except Exception as e:
|
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 :
|
if i == 0 :
|
||||||
driver.refresh()
|
driver.refresh()
|
||||||
else :
|
else :
|
||||||
|
|
Loading…
Reference in New Issue