diff --git a/demo/func/secondary_functions.py b/demo/func/secondary_functions.py index 5fc9107..9525d93 100644 --- a/demo/func/secondary_functions.py +++ b/demo/func/secondary_functions.py @@ -17,4 +17,5 @@ async def time_response(ws: WebSocketResponse, delay: int = 60): await ws.send_str(result_response) await asyncio.sleep(delay) except ConnectionResetError: - await asyncio.sleep(delay) \ No newline at end of file + break + \ No newline at end of file