added driver.quit

This commit is contained in:
piair 2021-12-23 10:53:53 +01:00
parent 3b0d43b585
commit 0ea9ca0a0f

5
V4.py
View File

@ -516,7 +516,10 @@ def BingMobileSearch(override = randint(20,25)):
except Exception as e: except Exception as e:
LogError("BingMobileSearch" + str(e)) LogError("BingMobileSearch" + str(e))
try :
MobileDriver.quit()
except :
pass
def TryPlay(nom ="inconnu"): def TryPlay(nom ="inconnu"):