许家凯 пре 1 година
родитељ
комит
0318bb4560
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      JobMain.py

+ 1 - 0
JobMain.py

@@ -26,6 +26,7 @@ max_concurrency = env.int("concurrency", 20)
 
 async def handle(producer, data: dict):
     result = await task_distribute(data)
+
     print("send : ", result)
 
     if result is not None: