typo sigh. no cookie for me

This commit is contained in:
Benoit Chesneau 2010-02-03 16:15:13 +01:00
parent b3496bcbd8
commit b681b11ed4

View File

@ -102,8 +102,8 @@ class Request(object):
remote_addr, remote_port = forward_adress.split(':')
else:
remote_addr, remote_port = (forward_adress, '')
elif self.client_adress is not None:
remote_addr, remote_port = self.client_adress
elif self.client_address is not None:
remote_addr, remote_port = self.client_address
else:
remote_addr, remote_port = ('127.0.0.1', '')
except: