From 3ab9f2f738db9ae923f0b48145f2d74f2c301bf0 Mon Sep 17 00:00:00 2001 From: Thorsten Date: Sun, 31 Jan 2016 21:35:11 +0100 Subject: [PATCH] add message when stopping --- plugins/quiz.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/quiz.py b/plugins/quiz.py index ef1d866..3bed3a5 100644 --- a/plugins/quiz.py +++ b/plugins/quiz.py @@ -83,6 +83,7 @@ def end(quizcfg): # TODO: cleanup the switches quizcfg['stop_bit'] = True quizcfg['locked'] = False + return {'msg': 'stopping.'} def rate(quizcfg, response, user):