diff --git a/python/receive_stream.py b/python/receive_stream.py index 814d96a..550685a 100644 --- a/python/receive_stream.py +++ b/python/receive_stream.py @@ -14,7 +14,7 @@ def is_valid_image(image_bytes): print("image invalid") return False -async def handle_connection(websocket, path): +async def handle_connection(websocket): while True: try: message = await websocket.recv()