mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-25 23:36:01 +01:00
oops
This commit is contained in:
parent
5e0902685a
commit
49db6b5881
1 changed files with 0 additions and 1 deletions
|
|
@ -228,7 +228,6 @@ def on_db_event(self, event_type, library_id, event_data):
|
|||
from calibre.gui2.ui import get_gui
|
||||
gui = get_gui()
|
||||
if gui is not None:
|
||||
db = LibraryBroker.get(self, library_id)
|
||||
with self:
|
||||
db = self.loaded_dbs.get(library_id)
|
||||
if db is not None:
|
||||
|
|
|
|||
Loading…
Reference in a new issue