revert to daemon for interface code

This commit is contained in:
ThomasV 2016-06-11 16:11:36 +02:00
parent e7d1f59987
commit 5661aabaa4
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ class TcpConnection(threading.Thread, util.PrintError):
self.host = str(self.host)
self.port = int(self.port)
self.use_ssl = (self.protocol == 's')
self.daemon = True
def diagnostic_name(self):
return self.host