This commit is contained in:
Kovid Goyal 2012-02-04 11:44:57 +05:30
parent f9c0d2134d
commit 7a25cf9b49

View File

@ -138,8 +138,8 @@ class GuiRunner(QObject):
if self.splash_screen is not None:
self.splash_screen.finish(main)
if DEBUG:
prints('Started up in', time.time() - self.startup_time, 'with',
len(db.data), 'books')
prints('Started up in %.2f seconds'%(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: