moving credentials db to data/

This commit is contained in:
n1nj4sec 2016-07-28 20:48:10 +02:00
parent 4ac376af7a
commit 0f2554325f
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import json
class Credentials():
def __init__(self):
ROOT = os.path.abspath(os.path.join(os.path.dirname(__file__),"..", "..", "db"))
ROOT = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "..", "data", "db"))
dbName = 'creds.json'
# check if the db exists