From 6969a5aba269cecadf8303a335b2c42ceef11617 Mon Sep 17 00:00:00 2001 From: piair Date: Wed, 23 Feb 2022 18:28:59 +0100 Subject: [PATCH] kill firefox at the end --- V4.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/V4.py b/V4.py index 7382c6d..f37d264 100755 --- a/V4.py +++ b/V4.py @@ -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") \ No newline at end of file