refoundd commited on
Commit
3eea0bf
·
verified ·
1 Parent(s): 782a979

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -50,7 +50,7 @@ for command in commands:
50
  except subprocess.CalledProcessError as e:
51
  logger.info(f"Failed CMD: {e}")
52
  def run_ngrok():
53
- subprocess.run(["ngrok", "http", "5000"])
54
  ngrok_thread = threading.Thread(target=run_ngrok)
55
  ngrok_thread.daemon = True
56
  ngrok_thread.start()
 
50
  except subprocess.CalledProcessError as e:
51
  logger.info(f"Failed CMD: {e}")
52
  def run_ngrok():
53
+ subprocess.run(["ngrok", "http", "6000"])
54
  ngrok_thread = threading.Thread(target=run_ngrok)
55
  ngrok_thread.daemon = True
56
  ngrok_thread.start()