still test

This commit is contained in:
piair 2022-05-27 15:28:41 +02:00
parent f9c5e30856
commit e93dd60da0
1 changed files with 6 additions and 6 deletions

12
V4.py
View File

@ -609,6 +609,7 @@ def BingPcSearch(override=randint(35, 40)):
print("\n\n")
def BingMobileSearch(override=randint(22, 25)):
MobileDriver = (
"si il y a ca dans les logs, c'est que Mobiledriver n'a pas demarrer "
@ -745,7 +746,6 @@ def BingMobileSearch(override=randint(22, 25)):
LogError(f"can't close mobile driveer . {e}")
def TryPlay(nom="inconnu"):
RGPD()
printf("TryPlay en cours")
@ -914,11 +914,11 @@ def Fidelite():
def DailyRoutine():
try:
BingMobileSearch()
except Exception as e:
LogError(f"DalyRoutine - BingMobileSearch - {e}")
CustomSleep(uniform(3, 20))
#try:
# BingMobileSearch()
#except Exception as e:
# LogError(f"DalyRoutine - BingMobileSearch - {e}")
#CustomSleep(uniform(3, 20))
MainWindows = login()
try: