1
0

prepare for 2.2 release

This commit is contained in:
ThomasV
2015-05-17 09:17:52 +02:00
parent e33bc2473b
commit a0e9046c2c
3 changed files with 8 additions and 2 deletions

View File

@@ -115,7 +115,7 @@ class NetworkServer(util.DaemonThread):
def __init__(self, config):
util.DaemonThread.__init__(self)
self.debug = 1
self.debug = False
self.config = config
self.network = Network(config)
# network sends responses on that queue