aboutsummaryrefslogtreecommitdiffstats
path: root/modules/ngrok.py
diff options
context:
space:
mode:
authorJamnedZ <zaguzinegor@gmail.com>2022-10-11 09:48:27 +0000
committerAUTOMATIC1111 <16777216c@gmail.com>2022-10-11 12:38:53 +0000
commita004d1a855311b0d7ff2976a4e31b0247ad9d1f6 (patch)
tree9452ed04d4b45898895af185dea1a2a3e6326f93 /modules/ngrok.py
parent59925644480b6fd84f6bb84b4df7d4fbc6a0cce8 (diff)
downloadstable-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.py2
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.')