summaryrefslogtreecommitdiffstats
path: root/pyLoadCli.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-03-24 17:57:05 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-03-24 17:57:05 +0100
commitf345daa09c0e3ff8384c346a3056c674b33ea733 (patch)
tree0cd1477816c77f9d1cbd5382d9ce8169d7341e33 /pyLoadCli.py
parentdjango 1.2 compability, some fixes (diff)
downloadpyload-f345daa09c0e3ff8384c346a3056c674b33ea733.tar.xz
new translation files
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):