quick patch
This commit is contained in:
		@@ -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)
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user