Change database path to absolute

This commit is contained in:
Corder Guy 2018-04-08 23:58:02 -05:00
parent 61002616b0
commit c5d92223f7
2 changed files with 1 additions and 1 deletions

View file

View file

@ -3,7 +3,7 @@ import json
import sqlite3
DATABASE = 'mocha.db'
DATABASE = '/usr/local/www/mocha-server/mocha.db'
def fetch(user_id):