许家凯 hai 1 ano
pai
achega
0318bb4560
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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: