forked from mirrors/thatmattlove-hyperglass
remove logger kwarg from sshtunnel instance
This commit is contained in:
parent
0a74122bb2
commit
d3e28882a9
2 changed files with 2 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue