Skip to content

Commit

Permalink
Fixed annotating event
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed Mar 27, 2019
1 parent 779d113 commit 181caec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/sockets.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def disconnect():
pull__annotating=current_user.username
)
emit('annotating', {
'image_id': previous,
'image_id': image_id,
'active': False,
'username': current_user.username
}, broadcast=True, include_self=False)
Expand Down

0 comments on commit 181caec

Please sign in to comment.