Update db_calls_card_creation.py
Update database location
This commit is contained in:
parent
da4610817e
commit
e5bda3b424
@ -2,7 +2,7 @@ from peewee import *
|
||||
from playhouse.shortcuts import model_to_dict
|
||||
|
||||
db = SqliteDatabase(
|
||||
'storage/card_creation.db',
|
||||
'card_creation.db',
|
||||
pragmas={
|
||||
'journal_mode': 'wal',
|
||||
'cache_size': -1 * 64000,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user