This commit is contained in:
piair 2022-05-27 09:40:54 +02:00
parent b26f0c1130
commit 9032f56d99
1 changed files with 1 additions and 1 deletions

2
V4.py
View File

@ -658,10 +658,10 @@ def BingMobileSearch(override=randint(22, 25)):
except Exception as e:
echec += 1
if echec <= 3:
LogError(e, Mobdriver=MobileDriver)
printf(
f"echec du login sur la version mobile. on reesaye ({echec}/3), {e}"
)
LogError(e, Mobdriver=MobileDriver)
CustomSleep(uniform(5, 10))
Mlogin(echec)
else: