forked from LBRYCommunity/lbry-sdk
not sure why this is here
This commit is contained in:
parent
e7094a92ab
commit
810089cd99
1 changed files with 0 additions and 2 deletions
|
@ -346,8 +346,6 @@ class AuthJSONRPCServer(AuthorizedBase):
|
|||
# TODO: also delete EMPTY_PARAMS then
|
||||
args_dict = args[0]
|
||||
_args, _kwargs = (), args
|
||||
elif isinstance(args, list):
|
||||
_args, _kwargs = args, {}
|
||||
else:
|
||||
# d = defer.maybeDeferred(function, *args) # if we want to support positional args too
|
||||
raise ValueError('Args must be a dict')
|
||||
|
|
Loading…
Reference in a new issue