mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 11:02:21 -05:00
Fix for issue #1053 - WebAPI issue with checkparms
This commit is contained in:
parent
c678b96732
commit
40b8e2d64d
@ -317,7 +317,7 @@ class ApiCall(ApiHandler):
|
||||
missing = False
|
||||
args = args[1:]
|
||||
if kwargs.get(key):
|
||||
default = kwargs.get(key)[0]
|
||||
default = kwargs.get(key)
|
||||
missing = False
|
||||
if required:
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user