DB_PATH
This commit is contained in:
parent
cf0983d6d4
commit
6fea32e962
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ from .db import get_db
|
||||||
|
|
||||||
|
|
||||||
#flask_config
|
#flask_config
|
||||||
DATABASE = 'Website/mate.db'
|
DATABASE = '/home/matekasse/Website/mate.db'
|
||||||
|
|
||||||
def create_logs(app):
|
def create_logs(app):
|
||||||
now = datetime.datetime.now().strftime('%d-%m-%Y-%H-%M-%S')
|
now = datetime.datetime.now().strftime('%d-%m-%Y-%H-%M-%S')
|
||||||
|
|
Loading…
Reference in a new issue