Fix suggestions, move all sqlite databases to db

This commit is contained in:
Piero Toffanin 2022-12-20 12:25:31 -05:00
parent 5a2e0fe656
commit 282737519c
5 changed files with 27 additions and 5 deletions

View file

@ -113,7 +113,7 @@ _default_options_objects = [
},
{
'name': 'API_KEYS_DB_PATH',
'default_value': 'api_keys.db',
'default_value': 'db/api_keys.db',
'value_type': 'str'
},
{