forked from LBRYCommunity/lbry-sdk
Rename jsonrpc_open_file to jsonrpc_open
This commit is contained in:
parent
8b68a752ed
commit
e95adecd41
1 changed files with 1 additions and 1 deletions
|
@ -2220,7 +2220,7 @@ class Daemon(AuthJSONRPCServer):
|
||||||
return d
|
return d
|
||||||
|
|
||||||
@AuthJSONRPCServer.auth_required
|
@AuthJSONRPCServer.auth_required
|
||||||
def jsonrpc_open_file(self, p):
|
def jsonrpc_open(self, p):
|
||||||
"""
|
"""
|
||||||
Instruct the OS to open a file.
|
Instruct the OS to open a file.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue