Explorar o código

删除无效注释

dongzhaorui hai 1 ano
pai
achega
849282ef2c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      FworkSpider/feapder/buffer/item_buffer.py

+ 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):