forked from extern/httpie-cli
pep8
This commit is contained in:
parent
0f654388fc
commit
a5713f7190
@ -48,8 +48,8 @@ def get_response(
|
|||||||
# host:port => host_port
|
# host:port => host_port
|
||||||
hostname = hostname.replace(':', '_')
|
hostname = hostname.replace(':', '_')
|
||||||
path = (
|
path = (
|
||||||
config_dir / SESSIONS_DIR_NAME / hostname /
|
config_dir / SESSIONS_DIR_NAME / hostname
|
||||||
(session_name + '.json')
|
/ (session_name + '.json')
|
||||||
)
|
)
|
||||||
|
|
||||||
session = Session(path)
|
session = Session(path)
|
||||||
|
Loading…
Reference in New Issue
Block a user