Skip to content

Commit 28c5972

Browse files
chulsprorquidute
andauthored
Update app/socket_connection_manager.py
Co-authored-by: Romulo Quidute Filho <[email protected]>
1 parent 04b25f8 commit 28c5972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/socket_connection_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ async def received_message(self, websocket: WebSocket, message: str) -> None:
112112
websocket=websocket, message=INVALID_JSON_ERROR_STR
113113
)
114114

115-
async def relay_video_frames(self, connection: WebSocketConnection):
115+
async def relay_video_frames(self, connection: WebSocketConnection) -> None:
116116
if connection.type == WebSocketTypeEnum.VIDEO:
117117
websocket = connection.websocket
118118
try:

0 commit comments

Comments
 (0)