Browse Source

Merge branch 'luojunhui-baidu-account-crawler' of luojunhui/LongArticlesJob into master

luojunhui 4 tháng trước cách đây
mục cha
commit
f8417d1ee9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      coldStartTasks/crawler/baidu/video_crawler.py

+ 1 - 1
coldStartTasks/crawler/baidu/video_crawler.py

@@ -265,5 +265,5 @@ class BaiduVideoCrawler(object):
                 "success_crawl_video_num": self.success_crawler_video_count,
                 "success_crawl_account_rate": success_cnt / (success_cnt + fail_cnt),
             },
-            metion=False,
+            mention=False,
         )