cannot use the new .ip without updating __slots__

This commit is contained in:
Guilherme Polo 2017-01-17 02:58:45 -02:00
parent 55b39a3f15
commit 5903dd2939

View File

@ -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):