add message when stopping

This commit is contained in:
Thorsten
2016-01-31 21:35:11 +01:00
parent 951233425e
commit 3ab9f2f738

View File

@@ -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):