From bb08dcc042cb724babc8bfb86bc44a67da1de14c Mon Sep 17 00:00:00 2001 From: Alex Laird Date: Wed, 27 Dec 2023 18:12:41 -0600 Subject: [PATCH] no message --- pyngrok/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyngrok/conf.py b/pyngrok/conf.py index 4041016..b3272bc 100644 --- a/pyngrok/conf.py +++ b/pyngrok/conf.py @@ -66,8 +66,8 @@ def __init__(self, self.ngrok_path: str = DEFAULT_NGROK_PATH if ngrok_path is None else ngrok_path #: The path to the ``ngrok`` config, defaults to ``None`` and ``ngrok`` manages it. self.config_path: Optional[str] = DEFAULT_CONFIG_PATH if config_path is None else config_path - #: A ``ngrok`` authtoken to pass to commands (overrides what is in the config). If not set here, will attempt - #: to use the environment variable ``NGROK_AUTHTOKEN`` if it is set. + #: A ``ngrok`` authtoken to pass to commands (overrides what is in the config). If a value is not passed, will + #: attempt to use the environment variable ``NGROK_AUTHTOKEN`` if it is set. self.auth_token: Optional[str] = auth_token #: The region in which ``ngrok`` should start. self.region: Optional[str] = region