1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

fix sshtunnel logger reference

This commit is contained in:
checktheroads
2019-09-25 23:47:38 -07:00
parent 3834d13388
commit 37fe0f1235

View File

@@ -77,7 +77,7 @@ class Connect:
),
local_bind_address=("localhost", 0),
skip_tunnel_checkup=False,
logger=logger,
logger=log,
)
except sshtunnel.BaseSSHTunnelForwarderError as scrape_proxy_error:
log.error(