Added new line at the end of ngrok.py

master
JamnedZ 3 years ago committed by AUTOMATIC1111
parent 5992564448
commit a004d1a855

@ -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.')

Loading…
Cancel
Save