cannot use the new .ip without updating __slots__
This commit is contained in:
parent
55b39a3f15
commit
5903dd2939
|
@ -44,6 +44,7 @@ class Request(dict):
|
|||
'url', 'headers', 'version', 'method', '_cookies', 'transport',
|
||||
'query_string', 'body',
|
||||
'parsed_json', 'parsed_args', 'parsed_form', 'parsed_files',
|
||||
'_ip',
|
||||
)
|
||||
|
||||
def __init__(self, url_bytes, headers, version, method, transport):
|
||||
|
|
Loading…
Reference in New Issue
Block a user