Browse Source

删除无效注释

dongzhaorui 1 year ago
parent
commit
849282ef2c
1 changed files with 1 additions and 1 deletions
  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):