@@ -245,7 +245,7 @@ class Material():
title = list1['title']
id_list = cls.get_uid(uid1, mark)
- if len(id_list) < 2:
+ if len(id_list) < 1:
return uid1, srt, video_list, cover, title
# 获取音频类型+字幕+标题
@@ -13,7 +13,7 @@ def job_feishu_bot():
-schedule.every().day.at("17:00").do(job_feishu_bot)
+schedule.every().day.at("13:00").do(job_feishu_bot)
while True:
schedule.run_pending()
time.sleep(1)