mirror of
https://github.com/httpie/cli.git
synced 2025-06-24 19:41:23 +02:00
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…
x
Reference in New Issue
Block a user