diff options
author | JamnedZ <zaguzinegor@gmail.com> | 2022-10-11 09:48:27 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2022-10-11 12:38:53 +0000 |
commit | a004d1a855311b0d7ff2976a4e31b0247ad9d1f6 (patch) | |
tree | 9452ed04d4b45898895af185dea1a2a3e6326f93 /modules/ngrok.py | |
parent | 59925644480b6fd84f6bb84b4df7d4fbc6a0cce8 (diff) | |
download | stable-diffusion-webui-gfx803-a004d1a855311b0d7ff2976a4e31b0247ad9d1f6.tar.gz stable-diffusion-webui-gfx803-a004d1a855311b0d7ff2976a4e31b0247ad9d1f6.tar.bz2 stable-diffusion-webui-gfx803-a004d1a855311b0d7ff2976a4e31b0247ad9d1f6.zip |
Added new line at the end of ngrok.py
Diffstat (limited to 'modules/ngrok.py')
-rw-r--r-- | modules/ngrok.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ngrok.py b/modules/ngrok.py index 17e6976f..7d03a6df 100644 --- a/modules/ngrok.py +++ b/modules/ngrok.py @@ -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.')
\ No newline at end of file + 'You can use this link after the launch is complete.') |