1
0
mirror of https://github.com/httpie/cli.git synced 2024-11-24 08:22:22 +02:00
This commit is contained in:
Jakub Roztocil 2019-08-30 21:26:51 +02:00
parent 0f654388fc
commit a5713f7190

View File

@ -48,8 +48,8 @@ def get_response(
# host:port => host_port
hostname = hostname.replace(':', '_')
path = (
config_dir / SESSIONS_DIR_NAME / hostname /
(session_name + '.json')
config_dir / SESSIONS_DIR_NAME / hostname
/ (session_name + '.json')
)
session = Session(path)