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 # 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)