4.1.6
Added
start_new_process
is a new configuration parameter inPyngrokConfig
, which will be passed to subprocess.Popen whenngrok
is started. Requires Python 3 and POSIX.
Fixed
- Documentation improvements in integration examples.
start_new_process
is a new configuration parameter in PyngrokConfig
, which will be passed to subprocess.Popen when ngrok
is started. Requires Python 3 and POSIX.