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