ck %!s(int64=4) %!d(string=hai) anos
pai
achega
de464af2b8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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