This commit is contained in:
piair 2022-05-27 09:40:54 +02:00
parent b26f0c1130
commit 9032f56d99

2
V4.py
View File

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