From 3c1d484b7f3a9aeba28209c33052aedbf8436572 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 7 May 2017 15:32:39 +0530 Subject: [PATCH] Remove testing db suffix --- src/pyj/read_book/db.pyj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: