소스 검색

修复mq消息消费

zhangliang 3 달 전
부모
커밋
24a385151c
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      services/pipeline.py

+ 3 - 0
services/pipeline.py

@@ -172,6 +172,9 @@ class PiaoQuanPipeline:
                             account=self.account
                         )
                         return flag
+            else:
+                continue
+        return True
 
     async def repeat_video(self) -> bool:
         out_id = self.item.get("out_video_id")