From 34a5b4372aa6e50c072a568c564d6d492743c508 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 19 Dec 2010 19:59:45 +0100 Subject: some adjusments --- module/network/helper.py | 1 + 1 file changed, 1 insertion(+) (limited to 'module/network/helper.py') diff --git a/module/network/helper.py b/module/network/helper.py index 4b7119a2b..6900467f5 100644 --- a/module/network/helper.py +++ b/module/network/helper.py @@ -11,6 +11,7 @@ def callInThread(f, *args, **kwargs): class FThread(Thread): def __init__(self): Thread.__init__(self) + self.setDaemon(True) self.d = Deferred() def run(self): ret = f(*args, **kwargs) -- cgit v1.2.3