Browse Source

添加注释

dongzhaorui 1 year ago
parent
commit
5ba733849c
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

@@ -182,7 +182,7 @@ class ItemBuffer(threading.Thread):
                             update_items.append(update_item)
 
                     if data.dont_save:
-                        # 不保存数据
+                        # 数据不写入爬虫生产库(data_bak)
                         continue
 
                     items.append(data)