mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 21:36:29 +03:00
add start_rpc_server() doc string
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user