diff options
Diffstat (limited to 'app/python/rcal')
-rw-r--r-- | app/python/rcal/db.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/python/rcal/db.py b/app/python/rcal/db.py index 68d5b0d..c5b05f6 100644 --- a/app/python/rcal/db.py +++ b/app/python/rcal/db.py @@ -13,7 +13,7 @@ class Session(object): def __init__(self): config = json.load( open(path.join(path.dirname( - path.realpath(__file__)), '../../..', 'conf', 'db.json'))) + path.realpath(__file__)), '../../..', 'config', 'db.json'))) db_str = url.URL( drivername=config['type'], host=config['host'], |