This commit is contained in:
@@ -5,7 +5,7 @@ from .exceptions import InvalidParamsError
|
||||
|
||||
|
||||
def Extract(handler):
|
||||
wrapper(query):
|
||||
def wrapper(query):
|
||||
params = None
|
||||
if 'params' in query:
|
||||
params = query['params']
|
||||
|
||||
Reference in New Issue
Block a user