kill firefox at the end
This commit is contained in:
parent
590f5982bd
commit
6969a5aba2
3
V4.py
3
V4.py
@ -545,7 +545,6 @@ def BingMobileSearch(override = randint(22,25)):
|
|||||||
|
|
||||||
|
|
||||||
def TryPlay(nom ="inconnu"):
|
def TryPlay(nom ="inconnu"):
|
||||||
|
|
||||||
RGPD()
|
RGPD()
|
||||||
def play(number, override = None) :
|
def play(number, override = None) :
|
||||||
if number == 8 or number == 9 :
|
if number == 8 or number == 9 :
|
||||||
@ -816,3 +815,5 @@ else :
|
|||||||
print('canceled')
|
print('canceled')
|
||||||
close()
|
close()
|
||||||
|
|
||||||
|
if IsLinux :
|
||||||
|
system("pkill -9 firefox")
|
Loading…
Reference in New Issue
Block a user