summaryrefslogtreecommitdiff
path: root/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'app.py')
-rw-r--r--app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.py b/app.py
index a50dc30..ce1e1fb 100644
--- a/app.py
+++ b/app.py
@@ -15,7 +15,7 @@ else:
app.secret_key = token_hex()
from db.db import DB
-D = DB()
+db = DB()
import routes.base
import routes.answer