Another formatting tweak.

This commit is contained in:
laurent 2025-07-31 17:40:35 +02:00
parent ecc002f7af
commit a1af3a78cb

View File

@ -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):