mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
9f202c1e9a
commit
20288dd421
@ -972,7 +972,7 @@ class Main(MainWindow, MainWindowMixin, DeviceMixin, EmailMixin, # {{{
|
||||
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…
x
Reference in New Issue
Block a user