Selaa lähdekoodia

删除无效注释

dongzhaorui 1 vuosi sitten
vanhempi
commit
849282ef2c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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):