diff --git a/.gitignore b/.gitignore index 5d402be..9b267dc 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ data /lib64 /pyvenv.cfg /share +/Scripts # pyenv .python-version \ No newline at end of file diff --git a/app/constants.py b/app/constants.py index 17da91c..2e81480 100644 --- a/app/constants.py +++ b/app/constants.py @@ -15,7 +15,7 @@ 'languages.json', ] -OWNFOIL_DB = 'sqlite:////' + os.path.join(CONFIG_DIR, 'ownfoil.db') +OWNFOIL_DB = 'sqlite:///' + os.path.join(CONFIG_DIR, 'ownfoil.db') DEFAULT_SETTINGS = { "library": {