Another formatting tweak.
This commit is contained in:
parent
ecc002f7af
commit
a1af3a78cb
|
|
@ -159,6 +159,7 @@ async def websocket_client():
|
||||||
|
|
||||||
async with websockets.connect(uri, additional_headers=headers) as websocket:
|
async with websockets.connect(uri, additional_headers=headers) as websocket:
|
||||||
print("connected")
|
print("connected")
|
||||||
|
|
||||||
async def send_loop():
|
async def send_loop():
|
||||||
print("go send")
|
print("go send")
|
||||||
async for line in get_lines(args.inp):
|
async for line in get_lines(args.inp):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user