Skip to content

Commit

Permalink
format by black
Browse files Browse the repository at this point in the history
  • Loading branch information
format BOT committed Oct 16, 2022
1 parent c11053c commit 9afa0a0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/videoCast/one_to_multiple_cast_skyway.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,10 @@ async def handler(websocket, path):
# ルームの累積接続数が溢れそうだったら新しい部屋をsenderに作ってもらう
promise = room["sender_socket"].send(
json.dumps(
{"msg_type": "request_reconnect_sender", "room_id": room_id}
{
"msg_type": "request_reconnect_sender",
"room_id": room_id,
}
)
)
promises.append(promise)
Expand Down

0 comments on commit 9afa0a0

Please sign in to comment.