zhaohaipeng 1 месяц назад
Родитель
Сommit
3ce868d5b6
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      enums/automation_job.py

+ 1 - 1
enums/automation_job.py

@@ -12,7 +12,7 @@ class AutomationJobCronInfo(Enum):
     channel_image_search_video_all_cate_top = ("识图直接供给_全品类(每日Top)", "channel_image_search_video_all_cate", "top", 9)
     video_decode_accurate_text_top = ("视频解构精准文本(每日Top)", "video_decode_accurate_text", "top", 9)
     keywords_top = ("视频解构关键词(每日Top)", "keywords", "top", 9)
-    account_tencent_huxuan = ("腾讯互选平台账号供给", "account_tencent_huxuan", 9)
+    account_tencent_huxuan = ("腾讯互选平台账号供给(其他)", "account_tencent_huxuan", "other", 9)
 
     def __init__(self, task_name, crawler_mode, video_source, task_start_hour):
         self.task_name = task_name