Change database path to absolute
This commit is contained in:
parent
61002616b0
commit
c5d92223f7
2 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import json
|
||||||
import sqlite3
|
import sqlite3
|
||||||
|
|
||||||
|
|
||||||
DATABASE = 'mocha.db'
|
DATABASE = '/usr/local/www/mocha-server/mocha.db'
|
||||||
|
|
||||||
|
|
||||||
def fetch(user_id):
|
def fetch(user_id):
|
||||||
|
|
Reference in a new issue