diff --git a/src/pyj/read_book/db.pyj b/src/pyj/read_book/db.pyj index b351b178ce..cfbf395aa0 100644 --- a/src/pyj/read_book/db.pyj +++ b/src/pyj/read_book/db.pyj @@ -37,7 +37,7 @@ def get_error_details(event): elif desc.errorCode: desc = desc.errorCode -DB_NAME = 'calibre-books-db-testingx3' # TODO: Remove test suffix and change version back to 1 +DB_NAME = 'calibre' DB_VERSION = 1 class DB: