|
@@ -41,6 +41,7 @@ async def genAvatar_uploadmp3(file: UploadFile = File(...)):
|
|
|
|
|
|
def makeAvatar(name_hash,avatar):
|
|
|
call_anchor(name_hash,avatar)
|
|
|
+ shutil.copy(dir_anchor+name_hash+".mp4",tool_dest+name_hash+'.mp4')
|
|
|
notify_choozmo('avatar at www.choozmo.com:8168/tools/'+name_hash+'.mp4')
|
|
|
os.remove(dir_sound+name_hash+".mp3")
|
|
|
|