Parcourir la source

暂时取消验证

ck il y a 4 ans
Parent
commit
d5f1c3229a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      ServerWrapper.py

+ 1 - 1
ServerWrapper.py

@@ -25,7 +25,7 @@ class HttpServerWrapper(tornado.web.Application):
         self.port = port
         handlers = urls
         r = requests.get("http://jsonip.com").json()['ip']
-        auth =True if r == '47.111.161.141' else False
+        auth =False if r == '47.111.161.141' else False
         settings = {
             "port" : sys.argv[1],
             "auth": auth,