fixed bug to upload large file.
This commit is contained in:
@ -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}")
|
||||
|
Reference in New Issue
Block a user