1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-11-14 22:27:10 +00:00

Linux path problem solved (finally)

This commit is contained in:
OzzieIsaacs
2016-08-07 10:32:45 +02:00
parent 5a0faf9950
commit 59136a9cc2
5 changed files with 6 additions and 7 deletions

View File

@@ -5,7 +5,7 @@ from sqlalchemy import *
from sqlalchemy.ext.declarative import declarative_base
from sqlalchemy.orm import *
import os
from cps import config
import config
from werkzeug.security import generate_password_hash
dbpath = os.path.join(config.APP_DB_ROOT, "app.db")