zhangyong 1 year ago
parent
commit
50b27c981b
1 changed files with 1 additions and 2 deletions
  1. 1 2
      video_stitching/video_stitching.py

+ 1 - 2
video_stitching/video_stitching.py

@@ -258,8 +258,7 @@ class VideoStitching():
                 Feishu.bot('recommend', '管理后台', '管理后台cookie失效,请及时更换~')
                 # 如果返回空信息,则随机睡眠 600, 1200 秒
                 time.sleep(random.randint(600, 1200))
-                cls.video_cookie()
-
+                cls.video_stitching()
             audio_url = data["content"]["transedVideoPath"]
             print(audio_url)
             return audio_url