@@ -60,6 +60,7 @@ schedule.every().day.at("00:20").do(video_start, "bk")
if __name__ == "__main__":
+ video_start("bk")
while True:
try:
schedule.run_pending()
@@ -405,7 +405,7 @@ class AGC():
Common.logger("video").info(f"{mark}的{platform}渠道获取需要拼接的音频秒数为:{audio_duration}")
if platform != "常规":
if platform == "爆款":
- videos = d_list['video']
+ videos = str(d_list['video'])
if ',' in videos:
videos = str(videos).split(',')
else: