|
|
@@ -13,8 +13,8 @@ class AutomationJobCronInfo(Enum):
|
|
|
video_decode_accurate_text_top = ("视频解构精准文本(每日Top)", "video_decode_accurate_text", "top", 9)
|
|
|
keywords_top = ("视频解构关键词(每日Top)", "keywords", "top", 9)
|
|
|
|
|
|
- def __init__(self, name, crawler_mode, video_source, task_start_hour):
|
|
|
- self.name = name
|
|
|
+ def __init__(self, task_name, crawler_mode, video_source, task_start_hour):
|
|
|
+ self.task_name = task_name
|
|
|
self.crawler_mode = crawler_mode
|
|
|
self.video_source = video_source
|
|
|
self.task_start_hour = task_start_hour
|