BBrother commited on
Commit
7c2dc39
1 Parent(s): 4e29e12

Update launch.py

Browse files
Files changed (1) hide show
  1. launch.py +3 -0
launch.py CHANGED
@@ -47,6 +47,9 @@ def ngrok_start(ngrokTokenFile: str, port: int, address_name: str, should_run: b
47
  print(f'{address_name}:' + ssh_tunnels[0].public_url)
48
  else:
49
  print('skip start ngrok')
 
 
 
50
 
51
  def main():
52
  if args.dump_sysinfo:
 
47
  print(f'{address_name}:' + ssh_tunnels[0].public_url)
48
  else:
49
  print('skip start ngrok')
50
+
51
+ if ngrok_use == True:
52
+ ngrok_start(ngrokTokenFile,7860,'',ngrok_use)
53
 
54
  def main():
55
  if args.dump_sysinfo: