Fix formatting
This commit is contained in:
@@ -299,9 +299,11 @@ async def main(connection):
|
||||
|
||||
print("PASS")
|
||||
|
||||
|
||||
async def cmd_main(host):
|
||||
host, port = host.split(":")
|
||||
await main(await capnp.AsyncIoStream.create_connection(host=host, port=port))
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
asyncio.run(cmd_main(parse_args().host))
|
||||
|
||||
Reference in New Issue
Block a user