File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,11 +77,11 @@ def __init__(self,
77
77
#: one argument of type :py:class:`str`. ``monitor_thread`` must be set to ``True`` or the function will
78
78
#: stop being called after ``ngrok`` finishes starting.
79
79
self .log_event_callback : Optional [Callable [[NgrokLog ], None ]] = log_event_callback
80
- #: The max number of seconds to wait for ``ngrok`` to start before timing out .
80
+ #: The max timeout, in seconds, to wait for ``ngrok`` to start.
81
81
self .startup_timeout : int = startup_timeout
82
82
#: The max number of logs to store in :class:`~pyngrok.process.NgrokProcess`'s ``logs`` variable.
83
83
self .max_logs : int = max_logs
84
- #: The max timeout when making requests to ``ngrok``'s API.
84
+ #: The max timeout, in seconds, when making requests to ``ngrok``'s API.
85
85
self .request_timeout : float = request_timeout
86
86
#: Passed to :py:class:`subprocess.Popen` when launching ``ngrok``. (Python 3 and POSIX only).
87
87
self .start_new_session : bool = start_new_session
You can’t perform that action at this time.
0 commit comments