فهرست منبع

change backup url

luojunhui 6 ماه پیش
والد
کامیت
4fc63d3384
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      tasks/crawler_channel_account_videos.py

+ 0 - 1
tasks/crawler_channel_account_videos.py

@@ -42,7 +42,6 @@ class CrawlerChannelAccountVideos:
         """
         duplicate_id = self.db_client.fetch(query=sql, params=(title,))
         if duplicate_id:
-            print(title + " video exists")
             return True
 
         return False