add start_rpc_server() doc string

This commit is contained in:
adbenitez
2022-12-01 03:34:43 -05:00
parent e6ff513aac
commit d17ac9c83c

View File

@@ -68,6 +68,7 @@ class Rpc:
async def start_rpc_server(*args, **kwargs) -> Rpc:
"""The given arguments will be passed to asyncio.create_subprocess_exec()"""
proc = await asyncio.create_subprocess_exec(
"deltachat-rpc-server",
stdin=asyncio.subprocess.PIPE,