fixed bug to upload large file.

This commit is contained in:
2024-07-04 12:33:57 +09:00
parent 55265e69a4
commit 020ef8835a
8 changed files with 53 additions and 23 deletions

View File

@ -106,4 +106,4 @@ class UploadCommand(BaseCommand):
file_api.update(file, info.path)
print(os.path.join(info.folder.path, basename))
except MDRSException as e:
print(f"API Error: {e}")
print(f"Error: {e}")