summaryrefslogtreecommitdiffstats
path: root/pyLoadCli.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyLoadCli.py')
-rwxr-xr-xpyLoadCli.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyLoadCli.py b/pyLoadCli.py
index 0137a0310..016a29ebf 100755
--- a/pyLoadCli.py
+++ b/pyLoadCli.py
@@ -323,6 +323,7 @@ class pyLoadCli:
class RefreshThread(threading.Thread):
def __init__(self, cli):
threading.Thread.__init__(self)
+ self.setDaemon(True)
self.cli = cli
def run(self):