ming hace 3 años
padre
commit
3555aa61dc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      api/routers/toolAvatarVoiceOnly.py

+ 1 - 1
api/routers/toolAvatarVoiceOnly.py

@@ -35,7 +35,7 @@ async def genAvatar_uploadmp3(file: UploadFile = File(...)):
         file_object.write(file.file.read())
     
     
-    x = threading.Thread(target=makeAvatar, args=(str(name_hash),17))
+    x = threading.Thread(target=makeAvatar, args=(str(name_hash),99))
     x.start()
     return {'msg':'ok'}