mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-05 20:03:03 +00:00
Improved message clarity
This commit is contained in:
@@ -5,7 +5,7 @@ def connect(token, port, region):
|
|||||||
existing = ngrok.get_tunnels()
|
existing = ngrok.get_tunnels()
|
||||||
if existing:
|
if existing:
|
||||||
public_url = existing[0].public_url
|
public_url = existing[0].public_url
|
||||||
print(f'ngrok connected to localhost:{port}! URL: {public_url}\n'
|
print(f'ngrok has already been connected to localhost:{port}! URL: {public_url}\n'
|
||||||
'You can use this link after the launch is complete.')
|
'You can use this link after the launch is complete.')
|
||||||
return
|
return
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user