mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
...
This commit is contained in:
parent
f9c0d2134d
commit
7a25cf9b49
@ -138,8 +138,8 @@ class GuiRunner(QObject):
|
|||||||
if self.splash_screen is not None:
|
if self.splash_screen is not None:
|
||||||
self.splash_screen.finish(main)
|
self.splash_screen.finish(main)
|
||||||
if DEBUG:
|
if DEBUG:
|
||||||
prints('Started up in', time.time() - self.startup_time, 'with',
|
prints('Started up in %.2f seconds'%(time.time() -
|
||||||
len(db.data), 'books')
|
self.startup_time), 'with', len(db.data), 'books')
|
||||||
add_filesystem_book = partial(main.iactions['Add Books'].add_filesystem_book, allow_device=False)
|
add_filesystem_book = partial(main.iactions['Add Books'].add_filesystem_book, allow_device=False)
|
||||||
sys.excepthook = main.unhandled_exception
|
sys.excepthook = main.unhandled_exception
|
||||||
if len(self.args) > 1:
|
if len(self.args) > 1:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user