Fix output from shutdown function
This commit is contained in:
parent
a249097170
commit
4b9552fdf5
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ class LBRYDaemon(xmlrpc.XMLRPC):
|
|||
if self.session is not None:
|
||||
d = self.session.shut_down()
|
||||
else:
|
||||
d = defer.Deferred()
|
||||
d = defer.succeed(True)
|
||||
return d
|
||||
|
||||
def _update_settings(self):
|
||||
|
|
Loading…
Reference in a new issue