Rename jsonrpc_open_file to jsonrpc_open

This commit is contained in:
Alex Liebowitz 2017-01-13 13:35:32 -05:00
parent 8b68a752ed
commit e95adecd41

View file

@ -2220,7 +2220,7 @@ class Daemon(AuthJSONRPCServer):
return d
@AuthJSONRPCServer.auth_required
def jsonrpc_open_file(self, p):
def jsonrpc_open(self, p):
"""
Instruct the OS to open a file.