罗俊辉 vor 1 Jahr
Ursprung
Commit
c6ff4d42cb
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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
     """