Improved message clarity

This commit is contained in:
Nathanael Santoso 2023-04-04 06:57:39 +00:00
parent 5ebe3b2504
commit 2edf73b38f
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ def connect(token, port, region):
existing = ngrok.get_tunnels()
if existing:
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.')
return