Skip to content

Commit

Permalink
Fix no data in "end" message
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz.czaplinski committed Jun 27, 2019
1 parent 92008c7 commit 9114abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def on_player_footstep(data):
print(data)

@socketio.on('end', namespace="/upload")
def on_end(_data):
def on_end():
print("User data end")


Expand Down

0 comments on commit 9114abf

Please sign in to comment.