|
|
@@ -12,7 +12,7 @@ class AutomationJobCronInfo(Enum):
|
|
|
channel_image_search_video_all_cate_top = ("channel_image_search_video_all_cate", "top", 9)
|
|
|
video_decode_accurate_text_top = ("video_decode_accurate_text", "top", 9)
|
|
|
|
|
|
- def __init__(self, crawler_mode, video_source, min_hour):
|
|
|
+ def __init__(self, crawler_mode, video_source, task_start_hour):
|
|
|
self.crawler_mode = crawler_mode
|
|
|
self.video_source = video_source
|
|
|
- self.min_hour = min_hour
|
|
|
+ self.task_start_hour = task_start_hour
|