removed unnecessary defer.returnValue()
This commit is contained in:
parent
1d40ec34a2
commit
36989f1974
1 changed files with 1 additions and 1 deletions
|
@ -699,7 +699,7 @@ class Daemon(AuthJSONRPCServer):
|
|||
"""
|
||||
log.info("Shutting down lbrynet daemon")
|
||||
reactor.callLater(0.1, reactor.fireSystemEvent, "shutdown")
|
||||
defer.returnValue("Shutting down")
|
||||
return "Shutting down"
|
||||
|
||||
@defer.inlineCallbacks
|
||||
def jsonrpc_status(self):
|
||||
|
|
Loading…
Reference in a new issue