|
@@ -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():
|