Spaces:
Paused
Paused
Upload Index.py
Browse files
Index.py
CHANGED
@@ -140,7 +140,7 @@ def trace():
|
|
140 |
|
141 |
|
142 |
|
143 |
-
|
144 |
#import getpass
|
145 |
from pyngrok import ngrok, conf
|
146 |
#print("Enter your authtoken, which can be copied from https://dashboard.ngrok.com/auth")
|
@@ -150,5 +150,5 @@ port = 37689
|
|
150 |
conf.get_default().monitor_thread = False
|
151 |
public_url = ngrok.connect(port).public_url
|
152 |
print(" * ngrok tunnel \"{}\" -> \"http://127.0.0.1:{}\"".format(public_url, port))
|
153 |
-
|
154 |
|
|
|
140 |
|
141 |
|
142 |
|
143 |
+
'''
|
144 |
#import getpass
|
145 |
from pyngrok import ngrok, conf
|
146 |
#print("Enter your authtoken, which can be copied from https://dashboard.ngrok.com/auth")
|
|
|
150 |
conf.get_default().monitor_thread = False
|
151 |
public_url = ngrok.connect(port).public_url
|
152 |
print(" * ngrok tunnel \"{}\" -> \"http://127.0.0.1:{}\"".format(public_url, port))
|
153 |
+
'''
|
154 |
|