Fix typo
This commit is contained in:
parent
62c6d7274c
commit
c5c10cfb50
|
@ -182,7 +182,7 @@ class Request(dict):
|
||||||
@property
|
@property
|
||||||
def socket(self):
|
def socket(self):
|
||||||
if not hasattr(self, '_socket'):
|
if not hasattr(self, '_socket'):
|
||||||
self._get_socket()
|
self._get_address()
|
||||||
return self._socket
|
return self._socket
|
||||||
|
|
||||||
def _get_address(self):
|
def _get_address(self):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user