Added new line at the end of ngrok.py

This commit is contained in:
JamnedZ 2022-10-11 16:48:27 +07:00 committed by AUTOMATIC1111
parent 5992564448
commit a004d1a855
1 changed files with 1 additions and 1 deletions

View File

@ -12,4 +12,4 @@ def connect(token, port):
f'Your token: {token}, get the right one on https://dashboard.ngrok.com/get-started/your-authtoken') f'Your token: {token}, get the right one on https://dashboard.ngrok.com/get-started/your-authtoken')
else: else:
print(f'ngrok connected to localhost:{port}! URL: {public_url}\n' print(f'ngrok 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.')