diff --git a/supportbot/db.py b/supportbot/db.py index 0c4ab54..1cb6e5b 100644 --- a/supportbot/db.py +++ b/supportbot/db.py @@ -1,6 +1,6 @@ import datetime from peewee import * -import config +from supportbot import config db = SqliteDatabase(config.SQLITE_DB_PATH)