forked from LBRYCommunity/lbry-sdk
no more lbryapi
This commit is contained in:
parent
798d2c6984
commit
3b5978992c
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ def lbrynet_cli(commands):
|
|||
return out,err
|
||||
|
||||
lbrynet_rpc_port = '5279'
|
||||
lbrynet = JSONRPCProxy.from_url("http://localhost:{}/lbryapi".format(lbrynet_rpc_port))
|
||||
lbrynet = JSONRPCProxy.from_url("http://localhost:{}".format(lbrynet_rpc_port))
|
||||
|
||||
|
||||
class TestIntegration(unittest.TestCase):
|
||||
|
|
Loading…
Reference in a new issue