still test

This commit is contained in:
piair 2022-05-27 15:28:41 +02:00
parent f9c5e30856
commit e93dd60da0

12
V4.py
View File

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