mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 17:01:34 +00:00
version_getter should be daemon
This commit is contained in:
parent
f6a00fdb34
commit
6bf1dc6f33
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ class VersionGetter(threading.Thread):
|
||||||
def __init__(self, label):
|
def __init__(self, label):
|
||||||
threading.Thread.__init__(self)
|
threading.Thread.__init__(self)
|
||||||
self.label = label
|
self.label = label
|
||||||
|
self.daemon = True
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Reference in a new issue