1
0
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:
checktheroads
2019-12-31 12:44:51 -07:00
parent 0a74122bb2
commit d3e28882a9
2 changed files with 2 additions and 1 deletions

View File

@ -7,5 +7,7 @@ repos:
hooks:
- id: line_count
name: Line Count
stages:
- push
entry: hooks.sh
language: script

View File

@ -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(