forked from LBRYCommunity/lbry-sdk
change stop command from daemon_stop to just stop lbrynet
This commit is contained in:
parent
18ecbba87c
commit
d54d989c40
1 changed files with 1 additions and 1 deletions
|
@ -1069,7 +1069,7 @@ class Daemon(AuthJSONRPCServer):
|
||||||
defer.returnValue(response)
|
defer.returnValue(response)
|
||||||
|
|
||||||
@defer.inlineCallbacks
|
@defer.inlineCallbacks
|
||||||
def jsonrpc_daemon_stop(self):
|
def jsonrpc_stop(self):
|
||||||
"""
|
"""
|
||||||
Stop lbrynet-daemon
|
Stop lbrynet-daemon
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue