upload files
This commit is contained in:
+1
-1
@@ -8,4 +8,4 @@ if not os.path.exists(upload_path):
|
||||
os.mkdir(upload_path)
|
||||
for filename in uploaded.keys():
|
||||
#将上传的文件移动到指定的位置上
|
||||
shutil.move(os.path.join(basepath, filename), os.path.join(upload_path, filename))
|
||||
shutil.move(os.path.join(basepath, filename), os.path.join(upload_path, "custom_character_voice.zip"))
|
||||
|
||||
Reference in New Issue
Block a user