浏览代码

no message

zhangyong 1 年之前
父节点
当前提交
ba4ab8e0d4
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      video_stitching/video_stitching.py

+ 3 - 3
video_stitching/video_stitching.py

@@ -8,9 +8,6 @@ import time
 
 import requests
 import urllib.parse
-
-
-sys.path.append(os.getcwd())
 from common.aliyun_oss_uploading import Oss
 from common.common import Common
 from common.db import MysqlHelper
@@ -18,6 +15,9 @@ from common.material import Material
 from moviepy.editor import VideoFileClip, concatenate_videoclips
 from moviepy import editor
 
+sys.path.append(os.getcwd())
+
+
 
 output_path = "./video_stitchingvideo/new_video.mp4"
 class VideoStitching():