浏览代码

feat: touch

许家凯 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: