From 24adf3baa573d293a94f1e9950f80d2b7238e990 Mon Sep 17 00:00:00 2001 From: Josiah Baldwin Date: Mon, 9 Dec 2024 16:45:12 -0800 Subject: [PATCH] Updated docs for proxy --- 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 7f3744d..1292df7 100644 --- a/src/meshctrl/session.py +++ b/src/meshctrl/session.py @@ -30,7 +30,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 NOTE: This is currently not implemented due to a limitation of the undersying websocket library. Upvote the issue if you find this important. + proxy (str): "url:port" to use for proxy server token (str): Login token. This appears to be superfluous ignore_ssl (bool): Ignore SSL errors auto_reconnect (bool): In case of server failure, attempt to auto reconnect. All outstanding requests will be killed.