mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Remove testing db suffix
This commit is contained in:
parent
43a121dec9
commit
3c1d484b7f
@ -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…
x
Reference in New Issue
Block a user