@@ -28,7 +28,7 @@ class HttpServerWrapper(tornado.web.Application):
r=self.get_ip()
- auth = True if (r == '47.111.161.141' or r == '118.31.53.105') and sys.argv[1] == '8008' else False
+ auth = True if r == '47.111.161.141' and sys.argv[1] == '8008' else False
settings = {
"port" : sys.argv[1],
"auth": auth,