From c774be22dfaa4ef8a5bda79a5188da36b86f94fa Mon Sep 17 00:00:00 2001 From: Cole Deck Date: Wed, 30 Nov 2022 22:17:09 -0600 Subject: [PATCH] quick patch --- ippigeon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ippigeon.py b/ippigeon.py index ac2aa83..2f8110d 100644 --- a/ippigeon.py +++ b/ippigeon.py @@ -218,7 +218,7 @@ def mainloop(pool): tmplist = settings["badapps"] settings["badapps"] = list() for x in tmplist: - if x > 4: + if x > 4 and x != 5316: send_notification("Killing PID " + str(x)) kill(x)