Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Flova authored and timonegk committed Jun 20, 2020
1 parent c6eeac3 commit 7075bfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lecture2gether_flask/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ def on_leave(data):
if not room_token in rooms(sid=request.sid):
return {'status_code': 403}, 403

# Leave the socket.io room
leave_room(room_token)
# Get room from db
room = json.loads(db.hget('rooms', room_token))
Expand Down

0 comments on commit 7075bfc

Please sign in to comment.