diff --git a/src/calibre/devices/kobo/db.py b/src/calibre/devices/kobo/db.py index 8d68bc701c..1c1b7853f6 100644 --- a/src/calibre/devices/kobo/db.py +++ b/src/calibre/devices/kobo/db.py @@ -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