diff --git a/V4.py b/V4.py index 8861305..06ca2f8 100755 --- a/V4.py +++ b/V4.py @@ -616,12 +616,12 @@ def BingMobileSearch(override=randint(22, 25)): try: try: MobileDriver = FirefoxDriver(mobile=True) - MobileDriver.implicitly_wait(10) + MobileDriver.implicitly_wait(15) except Exception as e: sleep(30) LogError("BingMobileSearch - 1 - echec de la creation du driver mobile") MobileDriver = FirefoxDriver(mobile=True) - MobileDriver.implicitly_wait(10) + MobileDriver.implicitly_wait(15) echec = 0 def Mlogin(echec):