mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-23 03:20:19 +08:00
add missing kw values
This commit is contained in:
@@ -297,7 +297,7 @@ def json_response_schema( expected_object_schema ):
|
||||
return schema
|
||||
|
||||
|
||||
def connect_hostport(hostport):
|
||||
def connect_hostport(hostport, timeout=RPC_DEFAULT_TIMEOUT, my_hostport=None):
|
||||
"""
|
||||
Connect to the given "host:port" string
|
||||
Returns a BlockstackRPCClient instance
|
||||
|
||||
Reference in New Issue
Block a user