fixed indentation in webclient, issue #1396
This commit is contained in:
@@ -154,7 +154,7 @@ class WebClient(object):
|
||||
if 'set-cookie' in self.headers:
|
||||
for item in self.headers['set-cookie'].split(','):
|
||||
key, value = item[:item.find(';')].split('=')
|
||||
self.cookies[key.strip()] = value.strip()
|
||||
self.cookies[key.strip()] = value.strip()
|
||||
|
||||
# check is a new session id has been issued, symptom of broken session
|
||||
if self.session_regex is not None:
|
||||
|
||||
Reference in New Issue
Block a user