@@ -83,7 +83,7 @@ video_dest = '/var/www/html/'+video_sub_folder
avatar_dest = '/var/www/html/'+avatar_sub_folder
pttx_dest = '/var/www/html/'+pttx_sub_folder
-clear_video_queue()
+
# @app.get("/index2")
# async def index2():
@@ -1022,5 +1022,5 @@ def clear_video_queue():
x3 = threading.Thread(target=gen_video_long_queue, args=('keepRunning','', '', '','','','',''))
x3.start()
-
+clear_video_queue()