Return to correct database setup

as main development on the nordigen feature ends.
This commit is contained in:
Luís Murta 2022-10-09 23:11:24 +01:00
parent ea3c75245a
commit 7e490ffd24
Signed by: satprog
GPG Key ID: 169EF1BBD7049F94

View File

@ -12,7 +12,7 @@ import pfbudget.reporting.report
import pfbudget.utils
DEFAULT_DB = "stub.db"
DEFAULT_DB = "data.db"
class PfBudgetInitialized(Exception):