瀏覽代碼

暂时取消验证

ck 4 年之前
父節點
當前提交
d5f1c3229a
共有 1 個文件被更改,包括 1 次插入1 次删除
  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,