Fixed token handler error
This commit is contained in:
parent
96503e274e
commit
f2b260e779
|
@ -39,7 +39,7 @@ class Request(dict):
|
|||
'app', 'url', 'headers', 'version', 'method', '_cookies', 'transport',
|
||||
'query_string', 'body',
|
||||
'parsed_json', 'parsed_args', 'parsed_form', 'parsed_files',
|
||||
'_ip','_token'
|
||||
'_ip','_token',
|
||||
)
|
||||
|
||||
def __init__(self, url_bytes, headers, version, method, transport):
|
||||
|
|
Loading…
Reference in New Issue
Block a user