zhangyong 1 rok temu
rodzic
commit
1347c54d59
1 zmienionych plików z 5 dodań i 5 usunięć
  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():