reformatting

This commit is contained in:
Gokul Mohanarangan
2023-07-11 13:45:28 +05:30
parent 54de3683b3
commit 88af112131
7 changed files with 27 additions and 27 deletions

View File

@@ -64,7 +64,6 @@ async def main():
ping_pong=args.ping_pong
)
await sc.start()
print("Stream client started")
async for msg in sc.get_reader():
print(msg)