forked from mirrors/thatmattlove-hyperglass
fix sshtunnel logger reference
This commit is contained in:
parent
3834d13388
commit
37fe0f1235
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue