zhangyong 1 年之前
父节点
当前提交
1347c54d59
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      main.py

+ 5 - 5
main.py

@@ -1,13 +1,13 @@
 import os
 import sys
-import threading
+# import threading
 # import schedule
-import time
+# import time
 sys.path.append(os.getcwd())
-from common.db import MysqlHelper
-from video_capture.douyin.douyin_author.douyin_author import douyinAuthor
+# from common.db import MysqlHelper
+# from video_capture.douyin.douyin_author.douyin_author import douyinAuthor
 from video_stitching.video_stitching import VideoStitching
-from datetime import datetime, timedelta
+# from datetime import datetime, timedelta
 VideoStitching.video_stitching()
 #
 # def get_count():