version_getter should be daemon

This commit is contained in:
ThomasV 2015-04-14 15:02:17 +02:00
parent f6a00fdb34
commit 6bf1dc6f33
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ class VersionGetter(threading.Thread):
def __init__(self, label):
threading.Thread.__init__(self)
self.label = label
self.daemon = True
def run(self):
try: