diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-03-24 17:57:05 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-03-24 17:57:05 +0100 |
commit | f345daa09c0e3ff8384c346a3056c674b33ea733 (patch) | |
tree | 0cd1477816c77f9d1cbd5382d9ce8169d7341e33 /pyLoadCli.py | |
parent | django 1.2 compability, some fixes (diff) | |
download | pyload-f345daa09c0e3ff8384c346a3056c674b33ea733.tar.xz |
new translation files
Diffstat (limited to 'pyLoadCli.py')
-rwxr-xr-x | pyLoadCli.py | 1 |
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): |