diff options
author | bobzilladev <bob@ngrok.com> | 2023-05-16 13:15:30 -0400 |
---|---|---|
committer | bobzilladev <bob@ngrok.com> | 2023-05-16 16:09:41 -0400 |
commit | 0d31f20cbd556ea4ba3d8ad9254bcce71c32088c (patch) | |
tree | c123dec9abbe2345ac45912b5d9738e2cb24c007 /modules/ui.py | |
parent | 89f9faa63388756314e8a1d96cf86bf5e0663045 (diff) |
Use ngrok-py library
Diffstat (limited to 'modules/ui.py')
-rw-r--r-- | modules/ui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ui.py b/modules/ui.py index f07bcc41..5f5405f0 100644 --- a/modules/ui.py +++ b/modules/ui.py @@ -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
)
|