mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 03:35:17 +02:00
Remove testing db suffix
This commit is contained in:
parent
43a121dec9
commit
3c1d484b7f
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue