Addition to commit 9022554d93: ensure that startup() initializes is_connected

This commit is contained in:
Charles Haley 2015-05-19 06:17:39 +02:00
parent 76692c8115
commit 586442ecd3

View file

@ -1799,6 +1799,7 @@ def synchronize_with_db(self, db, id_, book, first_call):
@synchronous('sync_lock')
def startup(self):
self.listen_socket = None
self.is_connected = False
@synchronous('sync_lock')
def startup_on_demand(self):