1
0

network shutdown safety belts

This commit is contained in:
SomberNight
2018-10-26 22:43:33 +02:00
parent 416b687054
commit 917b7fa898
3 changed files with 19 additions and 17 deletions

View File

@@ -302,7 +302,6 @@ class Daemon(DaemonThread):
if self.network:
self.print_error("shutting down network")
self.network.stop()
self.network.join()
self.on_stop()
def stop(self):