Compare commits
No commits in common. "7e679207195f261b09322238b2c6a68349080173" and "a31cd877f219f32f35486e0fc7f0217150c20820" have entirely different histories.
7e67920719
...
a31cd877f2
@ -276,7 +276,6 @@ if __name__ == '__main__':
|
||||
killme = manager.Value('d', 0)
|
||||
#killme = False
|
||||
# launch background UI app as process
|
||||
util.clear_fwll()
|
||||
p = Process(target=taskbartool.background, args=(displaydata,settings,killme))
|
||||
p.start()
|
||||
#p.join() # not a foreground job, so let's not join it
|
||||
@ -290,3 +289,10 @@ if __name__ == '__main__':
|
||||
counter = 0
|
||||
while(keeprunning):
|
||||
mainloop(pool)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
3
panel.py
3
panel.py
@ -242,7 +242,8 @@ class ServerPanel(wx.Panel):
|
||||
def on_stop(self, event):
|
||||
fprint('in on_stop')
|
||||
settings["running"] = False
|
||||
util.clear_fwll()
|
||||
# JANK JANK
|
||||
util.run_cmd('Remove-NetFirewallRule -Group "IPPigeon"')
|
||||
|
||||
def on_window(self, event):
|
||||
fprint("open settings")
|
||||
|
Loading…
x
Reference in New Issue
Block a user