From fdc2b11afd33549837c8b6fc417b3d49ab8b24d6 Mon Sep 17 00:00:00 2001 From: Josiah Baldwin Date: Mon, 2 Dec 2024 11:59:48 -0800 Subject: [PATCH] Added note that proxy is not yet implemented --- src/meshctrl/session.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meshctrl/session.py b/src/meshctrl/session.py index 7ab4019..e013a69 100644 --- a/src/meshctrl/session.py +++ b/src/meshctrl/session.py @@ -28,7 +28,7 @@ class Session(object): domain (str): Domain to connect to password (str): Password with which to connect. Can also be password generated from token. loginkey (str|bytes): Key from already handled login. Overrides username/password. - proxy (str): "url:port" to use for proxy server + proxy (str): "url:port" to use for proxy server NOTE: This is currently not implemented due to a limitation of the undersying websocket library. Upvote the issue if you find this important. token (str): Login token. This appears to be superfluous ignore_ssl (bool): Ignore SSL errors