From 84d1277c408038ab0df6179659c68ac7f08a098f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aira=20Kyyts=C3=B6nen?= Date: Tue, 12 Dec 2023 01:59:51 +0200 Subject: Changing database variable D to db. Making error and infomessages dissapear. --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app.py') 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 -- cgit v1.2.3