This commit is contained in:
piair 2022-05-27 14:52:29 +02:00
parent dd0b280b28
commit 25da67077b
1 changed files with 1 additions and 0 deletions

1
V4.py
View File

@ -670,6 +670,7 @@ 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("message")
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}"
) )