mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 09:23:14 +02:00
...
This commit is contained in:
parent
9f202c1e9a
commit
20288dd421
1 changed files with 1 additions and 1 deletions
|
|
@ -972,7 +972,7 @@ def shutdown(self, write_settings=True):
|
|||
if write_settings:
|
||||
self.write_settings()
|
||||
self.check_messages_timer.stop()
|
||||
if hasattr(self, 'update_checker'):
|
||||
if getattr(self, 'update_checker', None):
|
||||
self.update_checker.shutdown()
|
||||
self.listener.close()
|
||||
self.job_manager.server.close()
|
||||
|
|
|
|||
Loading…
Reference in a new issue