Browse Source

修复mq消息消费

zhangliang 11 hours ago
parent
commit
24a385151c
1 changed files with 3 additions and 0 deletions
  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")