Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Dec 28, 2023
1 parent 7d5dcd0 commit bb08dcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyngrok/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb08dcc

Please sign in to comment.