ming пре 3 година
родитељ
комит
b0905e2069
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      main.py

+ 1 - 1
main.py

@@ -115,7 +115,7 @@ async def progress_page():
 
 @app.post("/make_anchor_video_v2")
 async def make_anchor_video_v2(req:request2):
-    x = threading.Thread(target=anchor_video_v2, args=(req.name, req.text_content, req.image_urls))
+    x = threading.Thread(target=anchor_video_v3, args=(req.name, req.text_content, req.image_urls))
     x.start()
     #return RedirectResponse("https://www.choozmo.com/progress_page")
     #return {"https://www.choozmo.com:8888/progress_page"}