mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-05 05:15:12 +00:00
revert to daemon for interface code
This commit is contained in:
parent
e7d1f59987
commit
5661aabaa4
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue