kill firefox at the end

This commit is contained in:
piair 2022-02-23 18:28:59 +01:00
parent 590f5982bd
commit 6969a5aba2
1 changed files with 2 additions and 1 deletions

3
V4.py
View File

@ -545,7 +545,6 @@ def BingMobileSearch(override = randint(22,25)):
def TryPlay(nom ="inconnu"):
RGPD()
def play(number, override = None) :
if number == 8 or number == 9 :
@ -816,3 +815,5 @@ else :
print('canceled')
close()
if IsLinux :
system("pkill -9 firefox")