ck 4 anni fa
parent
commit
de464af2b8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      handlers/HandlerBase.py

+ 1 - 1
handlers/HandlerBase.py

@@ -16,7 +16,7 @@ class BaseHandler(RequestHandler,DateUtils):
         self._status_code = 200
         self.executor = ThreadPoolExecutor(200)
         self.set_default_headers()
-        self.set_args()
+        # self.set_args()
 
     def options(self):
         # 返回方法1