Selaa lähdekoodia

feat:修改监控

zhaohaipeng 18 tuntia sitten
vanhempi
commit
91e44bd2c3
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      enums/automation_job.py

+ 0 - 1
enums/automation_job.py

@@ -13,7 +13,6 @@ class AutomationJobCronInfo(Enum):
     video_decode_accurate_text_top = ("视频解构精准文本(每日Top)", "video_decode_accurate_text", "top", 9)
     keywords_top = ("视频解构关键词(每日Top)", "keywords", "top", 9)
     account_tencent_huxuan = ("腾讯互选平台账号供给(其他)", "account_tencent_huxuan", "other", 9)
-    workflow_schedule = ("基于需求的供给workflow", "workflow_schedule", "other", 6)
     workflow_schedule_history_homochronous = ("基于需求的供给workflow(历史同期)", "workflow_schedule", "history_homochronous", 9)
 
     def __init__(self, task_name, crawler_mode, video_source, task_start_hour):