From f345daa09c0e3ff8384c346a3056c674b33ea733 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Wed, 24 Mar 2010 17:57:05 +0100 Subject: new translation files --- pyLoadCli.py | 1 + 1 file changed, 1 insertion(+) (limited to 'pyLoadCli.py') 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): -- cgit v1.2.3