Selaa lähdekoodia

2024-06-13
异步定时任务

罗俊辉 11 kuukautta sitten
vanhempi
commit
014af7c763
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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()