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