DeepVen commited on
Commit
3cc5b38
·
1 Parent(s): a5240f1

Upload Index.py

Browse files
Files changed (1) hide show
  1. Index.py +2 -2
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