changeset 42 | 926f0426ce78 |
parent 23 | 16a1925df2df |
child 66 | 658561ea9e65 |
--- a/annot-server/websockets.py Fri Oct 17 17:54:06 2014 +0200 +++ b/annot-server/websockets.py Sun Oct 19 12:52:38 2014 +0200 @@ -87,7 +87,7 @@ params_annot = json.loads(msg) params = { - 'event': self.event, + 'event_code': self.event, 'channel' : utils.ANNOTATION_CHANNEL, 'content' : params_annot }