From e0ca9caf5a49981ad999b1c0c3fec69d7c4871e4 Mon Sep 17 00:00:00 2001 From: Minea Salmimaa Date: Sun, 3 Dec 2023 12:44:45 +0200 Subject: Moving quiz related db actions to separete class and file. --- routes/analyse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'routes/analyse.py') diff --git a/routes/analyse.py b/routes/analyse.py index 8175d47..7f968d0 100644 --- a/routes/analyse.py +++ b/routes/analyse.py @@ -82,7 +82,7 @@ def analyse(): caller="analyse", alert=get_alert(), nick=get_nick(), - code=D.get_quiz_link(aid), + code=D.quiz.get_link(aid), questions = rows2dicts( comparable, ['q','n','p','a1','a2','c'] ), users = rows2dicts( D.get_users_answered(aid), ['id','nick'] ), user1=int(uid1), -- cgit v1.2.3