mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix failure to start content server causing the Start content server action to try to stop the server on the next invocation
This commit is contained in:
parent
7bd2c5d9ed
commit
7c3e05313d
@ -517,6 +517,7 @@ class Main(MainWindow, MainWindowMixin, DeviceMixin, EmailMixin, # {{{
|
||||
handle_changes(changes, self)
|
||||
|
||||
def content_server_start_failed(self, msg):
|
||||
self.content_server = None
|
||||
error_dialog(self, _('Failed to start Content server'),
|
||||
_('Could not start the Content server. Error:\n\n%s')%msg,
|
||||
show=True)
|
||||
|
Loading…
x
Reference in New Issue
Block a user