mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 19:43:54 +02:00
Merge branch 'master' of https://github.com/cbhaley/calibre
This commit is contained in:
commit
9880ab369b
1 changed files with 1 additions and 0 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue