This commit is contained in:
Jack Robison 2020-01-08 12:39:51 -05:00
parent cbf78d474a
commit 0f7eab5100
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -714,7 +714,7 @@ class Daemon(metaclass=JSONRPCServerType):
# #
############################################################################
def jsonrpc_stop(self):
def jsonrpc_stop(self): # pylint: disable=no-self-use
"""
Stop lbrynet API server.
@ -840,7 +840,7 @@ class Daemon(metaclass=JSONRPCServerType):
response[component.component_name] = status
return response
def jsonrpc_version(self):
def jsonrpc_version(self): # pylint: disable=no-self-use
"""
Get lbrynet API server version information