aboutsummaryrefslogtreecommitdiff
path: root/uploader
diff options
context:
space:
mode:
Diffstat (limited to 'uploader')
-rw-r--r--uploader/files/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/uploader/files/views.py b/uploader/files/views.py
index cd0c188..10d52d4 100644
--- a/uploader/files/views.py
+++ b/uploader/files/views.py
@@ -38,7 +38,7 @@ def resumable_upload_get():
chunk_name(filename, chunk)).exists():
return jsonify({
"chunk": chunk,
- "message": f"Chunk exists.",
+ "message": f"Chunk {chunk} exists.",
"statuscode": 200
}), 200