quick patch
This commit is contained in:
parent
5ba82bcd3b
commit
c774be22df
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user