mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-28 19:13:07 +02:00
Mark as ready closer to tick()
This commit is contained in:
parent
8d22053bed
commit
64c8a32c2f
1 changed files with 1 additions and 1 deletions
|
|
@ -492,10 +492,10 @@ def serve(self):
|
|||
self.pool.start()
|
||||
with TemporaryDirectory(prefix='srv-') as tdir:
|
||||
self.tdir = tdir
|
||||
self.ready = True
|
||||
if self.LISTENING_MSG:
|
||||
self.log(self.LISTENING_MSG, ba)
|
||||
self.plugin_pool.start()
|
||||
self.ready = True
|
||||
|
||||
while self.ready:
|
||||
try:
|
||||
|
|
|
|||
Loading…
Reference in a new issue