Browse Source

no message

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