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

+ 2 - 1
video_stitching/video_stitching.py

@@ -10,9 +10,10 @@ import resource
 import requests
 import urllib.parse
 
-from moviepy.video.compositing.concatenate import concatenate
 
 sys.path.append(os.getcwd())
+from moviepy.video.compositing.concatenate import concatenate
+
 from datetime import datetime
 from common import Feishu
 from common.aliyun_oss_uploading import Oss