浏览代码

2024-06-13
异步定时任务

罗俊辉 11 月之前
父节点
当前提交
014af7c763
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      task2.py

+ 1 - 1
task2.py

@@ -73,7 +73,7 @@ async def main():
     """
     TMC = TaskMySQLClient()
     await TMC.init_pool()
-    PD = ProcessDeal(TMC)
+    PD = ProcessDeal2(TMC)
     await PD.deal()