Skip to content

Commit

Permalink
Update ngrok.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Nov 7, 2024
1 parent fc11f87 commit 897953c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyngrok/ngrok.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ def _interpolate_tunnel_definition(pyngrok_config: PyngrokConfig,

def _upgrade_legacy_params(pyngrok_config: PyngrokConfig,
options: Dict[str, Any]) -> None:
# Upgrade legacy parameters, if present
if pyngrok_config.ngrok_version == "v3":
if "bind_tls" in options:
if options.get("bind_tls") is True or options.get("bind_tls") == "true":
Expand Down

0 comments on commit 897953c

Please sign in to comment.