|
@@ -216,6 +216,9 @@ class CheckDailyPublishArticlesTask(RecycleDailyPublishArticlesTask):
|
|
|
fail_list.append(second_task)
|
|
fail_list.append(second_task)
|
|
|
|
|
|
|
|
if fail_list:
|
|
if fail_list:
|
|
|
|
|
+ now = datetime.datetime.now()
|
|
|
|
|
+ if now.hour < 20:
|
|
|
|
|
+ return
|
|
|
columns = [
|
|
columns = [
|
|
|
feishu_robot.create_feishu_columns_sheet(
|
|
feishu_robot.create_feishu_columns_sheet(
|
|
|
sheet_type="plain_text",
|
|
sheet_type="plain_text",
|