diff --git a/scripts/tts_rust_server.py b/scripts/tts_rust_server.py index 8396e04..77ec367 100644 --- a/scripts/tts_rust_server.py +++ b/scripts/tts_rust_server.py @@ -159,6 +159,7 @@ async def websocket_client(): async with websockets.connect(uri, additional_headers=headers) as websocket: print("connected") + async def send_loop(): print("go send") async for line in get_lines(args.inp):