3
0
dongzhaorui 1 жил өмнө
parent
commit
849282ef2c

+ 1 - 1
FworkSpider/feapder/buffer/item_buffer.py

@@ -61,7 +61,7 @@ class ItemBuffer(threading.Thread):
 
             # 导出重试的次数
             self.export_retry_times = 0
-            # 导出失败的次数 TODO 非air爬虫使用redis统计
+            # 导出失败的次数
             self.export_falied_times = 0
 
     def load_pipelines(self):