zhangyong 1 năm trước cách đây
mục cha
commit
50b27c981b
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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