Skip to content

Commit

Permalink
Added new line at the end of ngrok.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JamElyZEuS authored and AUTOMATIC1111 committed Oct 11, 2022
1 parent 5992564 commit a004d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ngrok.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
else:
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.')

0 comments on commit a004d1a

Please sign in to comment.