lang03383 commited on
Commit
43dbb3f
·
verified ·
1 Parent(s): caccb37

Update sd_yun/launch_en.py

Browse files
Files changed (1) hide show
  1. sd_yun/launch_en.py +1 -1
sd_yun/launch_en.py CHANGED
@@ -70,7 +70,7 @@ tunnel = tunnel_class(tunnel_port)
70
  tunnel.add_tunnel(command="cl tunnel --url localhost:{port}", name="cl", pattern=re.compile(r"[\w-]+\.trycloudflare\.com"))
71
 
72
  if lt_tunnel:
73
- tunnel.add_tunnel(command="lt --port {port}", name="lt", pattern=re.compile(r"[\w-]+\.loca\.lt"), note="Password : " + "\033[32m" + public_ipv4 + "\033[0m" + " rerun cell if 404 error.")
74
 
75
  if zrok_token:
76
  get_ipython().system('zrok enable {zrok_token} &> /dev/null')
 
70
  tunnel.add_tunnel(command="cl tunnel --url localhost:{port}", name="cl", pattern=re.compile(r"[\w-]+\.trycloudflare\.com"))
71
 
72
  if lt_tunnel:
73
+ tunnel.add_tunnel(command="lt --port {port}", name="lt", pattern=re.compile(r"[\w-]+\.loca\.lt"), note="Password : " + "\033[32m" + public_ipv4 + "\033[0m")
74
 
75
  if zrok_token:
76
  get_ipython().system('zrok enable {zrok_token} &> /dev/null')