mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
remove logger kwarg from sshtunnel instance
This commit is contained in:
@ -7,5 +7,7 @@ repos:
|
||||
hooks:
|
||||
- id: line_count
|
||||
name: Line Count
|
||||
stages:
|
||||
- push
|
||||
entry: hooks.sh
|
||||
language: script
|
||||
|
@ -75,7 +75,6 @@ class Connect:
|
||||
remote_bind_address=(self.device.address, self.device.port),
|
||||
local_bind_address=("localhost", 0),
|
||||
skip_tunnel_checkup=False,
|
||||
logger=log,
|
||||
)
|
||||
except sshtunnel.BaseSSHTunnelForwarderError as scrape_proxy_error:
|
||||
log.error(
|
||||
|
Reference in New Issue
Block a user