commit 374efd970e8248331c1dc08d666c1674d68b0e4e parent d60dc94e1642f3f5e4997e65bf0ac01f7f042d7b Author: ThomasV <thomasv@gitorious> Date: Fri, 25 Jul 2014 15:16:52 +0200 fix daemon timeout Diffstat:
M | lib/daemon.py | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/lib/daemon.py b/lib/daemon.py @@ -214,6 +214,7 @@ class NetworkServer: else: t = time.time() continue + t = time.time() client = ClientThread(self, self.network, connection) client.start()