소스 검색

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: