1
0
mirror of http://aero2k.de/t/repos/urlbot-native.git synced 2017-09-06 15:25:38 +02:00

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