added driver.quit
This commit is contained in:
parent
3b0d43b585
commit
0ea9ca0a0f
5
V4.py
5
V4.py
|
@ -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"):
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue