Browse Source

修复mq消息消费

zhangliang 3 tháng trước cách đây
mục cha
commit
24a385151c
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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")