Skip to content

Commit

Permalink
Merge 7e400b1 into 4f83cfe
Browse files Browse the repository at this point in the history
  • Loading branch information
farmio committed Feb 17, 2021
2 parents 4f83cfe + 7e400b1 commit 3f10a01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xknx/io/knxip_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def __init__(
gateway_ip: Optional[str] = None,
gateway_port: int = DEFAULT_MCAST_PORT,
route_back: bool = False,
auto_reconnect: bool = False,
auto_reconnect: bool = True,
auto_reconnect_wait: int = 3,
scan_filter: GatewayScanFilter = GatewayScanFilter(),
):
Expand Down
2 changes: 1 addition & 1 deletion xknx/io/tunnel.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def __init__(
local_port: int = 0,
route_back: bool = False,
telegram_received_callback: Optional["TelegramCallbackType"] = None,
auto_reconnect: bool = False,
auto_reconnect: bool = True,
auto_reconnect_wait: int = 3,
):
"""Initialize Tunnel class."""
Expand Down

0 comments on commit 3f10a01

Please sign in to comment.