mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-28 23:17:35 +01:00
...
This commit is contained in:
parent
ad278c5638
commit
d0dd1c1918
1 changed files with 2 additions and 1 deletions
|
|
@ -137,7 +137,8 @@ def start_gui(self, db):
|
|||
self.splash_screen.finish(main)
|
||||
main.initialize(self.library_path, db, self.listener, self.actions)
|
||||
if DEBUG:
|
||||
prints('Started up in', time.time() - self.startup_time)
|
||||
prints('Started up in', time.time() - self.startup_time, 'with',
|
||||
len(db.data), 'books')
|
||||
add_filesystem_book = partial(main.iactions['Add Books'].add_filesystem_book, allow_device=False)
|
||||
sys.excepthook = main.unhandled_exception
|
||||
if len(self.args) > 1:
|
||||
|
|
|
|||
Loading…
Reference in a new issue