forked from extern/httpie-cli
Formatting
This commit is contained in:
parent
30afcea72d
commit
bffaee13ff
@ -154,9 +154,9 @@ class Session(BaseConfigDict):
|
||||
self['cookies'] = {}
|
||||
for cookie in jar:
|
||||
self['cookies'][cookie.name] = dict(
|
||||
(attname, getattr(cookie, attname))
|
||||
for attname in stored_attrs
|
||||
)
|
||||
(attname, getattr(cookie, attname))
|
||||
for attname in stored_attrs
|
||||
)
|
||||
|
||||
@property
|
||||
def auth(self):
|
||||
|
Loading…
Reference in New Issue
Block a user