1
0

close GUI if the network daemon is killed

This commit is contained in:
ThomasV
2014-07-31 07:47:59 +02:00
parent 7e8644ef15
commit d33b53f850
2 changed files with 2 additions and 0 deletions

View File

@@ -86,6 +86,7 @@ class NetworkProxy(threading.Thread):
break
self.process(response)
self.trigger_callback('stop')
if self.network:
self.network.stop()
print_error("NetworkProxy: terminating")