zhangyong 1 년 전
부모
커밋
8cd97a11e1
1개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  1. 4 3
      main.py

+ 4 - 3
main.py

@@ -1,12 +1,13 @@
 import os
 import sys
-
+import schedule
+import time
 
 sys.path.append(os.getcwd())
 from video_capture.douyin.douyin_author.douyin_author import douyinAuthor
+
 from video_stitching.video_stitching import VideoStitching
-import schedule
-import time
+
 
 def job_video_stitching():
     VideoStitching.video_cookie()