Compare commits
2 Commits
1669777349
...
testing
Author | SHA1 | Date | |
---|---|---|---|
c774be22df | |||
5ba82bcd3b |
@ -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)
|
||||
|
||||
|
2
panel.py
2
panel.py
@ -94,7 +94,7 @@ class LoginPanel(wx.Panel):
|
||||
# signup_button = wx.Button(self, label='Sign Up')
|
||||
hbox.Add(login_button, 0, wx.ALL | 200, 20)
|
||||
# hbox.Add(signup_button, 0, wx.ALL | 200, 20)
|
||||
hbox.Add(help_button, 0, wx.ALL | 200, 20)
|
||||
#hbox.Add(help_button, 0, wx.ALL | 200, 20)
|
||||
vbox.Add(hbox, 0, wx.ALIGN_CENTER | 100, 5)
|
||||
self.SetSizer(vbox)
|
||||
|
||||
|
Reference in New Issue
Block a user