Przeglądaj źródła

暂时取消验证

ck 4 lat temu
rodzic
commit
d5f1c3229a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      ServerWrapper.py

+ 1 - 1
ServerWrapper.py

@@ -25,7 +25,7 @@ class HttpServerWrapper(tornado.web.Application):
         self.port = port
         self.port = port
         handlers = urls
         handlers = urls
         r = requests.get("http://jsonip.com").json()['ip']
         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 = {
         settings = {
             "port" : sys.argv[1],
             "port" : sys.argv[1],
             "auth": auth,
             "auth": auth,