ConnectionServer is not running by default

This commit is contained in:
shortcutme 2018-04-04 15:33:02 +02:00
parent a877a9fd91
commit d927e85eca
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE

View file

@ -40,7 +40,7 @@ class ConnectionServer(object):
self.has_internet = True # Internet outage detection
self.stream_server = None
self.running = True
self.running = False
self.thread_checker = gevent.spawn(self.checkConnections)
self.stat_recv = defaultdict(lambda: defaultdict(int))