Use ngrok-py library

This commit is contained in:
bobzilladev
2023-05-16 13:15:30 -04:00
parent 89f9faa633
commit 0d31f20cbd
4 changed files with 19 additions and 27 deletions

View File

@@ -59,7 +59,7 @@ if cmd_opts.ngrok is not None:
ngrok.connect(
cmd_opts.ngrok,
cmd_opts.port if cmd_opts.port is not None else 7860,
cmd_opts.ngrok_region
cmd_opts.ngrok_options
)