BBrother commited on
Commit
4e29e12
1 Parent(s): 3341d91

Update webui.py

Browse files
Files changed (1) hide show
  1. webui.py +1 -1
webui.py CHANGED
@@ -43,7 +43,7 @@ def ngrok_start(ngrokTokenFile: str, port: int, address_name: str, should_run: b
43
  else:
44
  print('skip start ngrok')
45
 
46
- if ngrok_use :
47
  ngrok_start(ngrokTokenFile,7860,'ngrok_url:',ngrok_use)
48
 
49
  startup_timer = timer.startup_timer
 
43
  else:
44
  print('skip start ngrok')
45
 
46
+ if ngrok_use = True:
47
  ngrok_start(ngrokTokenFile,7860,'ngrok_url:',ngrok_use)
48
 
49
  startup_timer = timer.startup_timer