罗俊辉 1 år sedan
förälder
incheckning
c6ff4d42cb
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      applications/functions.py

+ 1 - 1
applications/functions.py

@@ -6,7 +6,7 @@ import asyncio
 from .model_init import models
 
 
-class ParamProcess(models):
+class ParamProcess(object):
     """
     处理 params, 继承 models
     """