Remove testing db suffix

This commit is contained in:
Kovid Goyal 2017-05-07 15:32:39 +05:30
parent 43a121dec9
commit 3c1d484b7f
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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: