mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Always debug print the dbversion
This commit is contained in:
parent
4c47f44c43
commit
aeb4e152f4
@ -50,7 +50,7 @@ class Database:
|
||||
with suppress(StopIteration):
|
||||
result = next(cursor)
|
||||
self.dbversion = result['version']
|
||||
debug_print('Database Version: ', self.dbversion)
|
||||
debug_print('Database Version: ', self.dbversion)
|
||||
self.dbpath = path
|
||||
self.needs_copy = True
|
||||
self.use_row_factory = True
|
||||
|
Loading…
x
Reference in New Issue
Block a user