BBrother commited on
Commit
19b0bbd
1 Parent(s): 2216d9e

Update webui.py

Browse files
Files changed (1) hide show
  1. webui.py +2 -0
webui.py CHANGED
@@ -31,6 +31,8 @@ def ngrok_start(ngrokTokenFile: str, port: int, address_name: str, should_run: b
31
  print(f'{address_name}:' + ssh_tunnels[0].public_url)
32
  else:
33
  print('skip start ngrok')
 
 
34
 
35
  startup_timer = timer.startup_timer
36
  startup_timer.record("launcher")
 
31
  print(f'{address_name}:' + ssh_tunnels[0].public_url)
32
  else:
33
  print('skip start ngrok')
34
+
35
+ ngrok_start()
36
 
37
  startup_timer = timer.startup_timer
38
  startup_timer.record("launcher")