|
@@ -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'}
|
|
|
|