Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1f9be98

Browse files
committedJul 13, 2020
Oops
1 parent 1e39585 commit 1f9be98

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎plugins/connection/httpapi.py

+2
Original file line numberDiff line numberDiff line change
@@ -373,5 +373,7 @@ def send_file(self, path, filename, chunk_size=-1, retries=0, **kwargs):
373373
start = 0
374374
fileobj.seek(0)
375375
tries += 1
376+
continue
377+
start = end
376378

377379
return True

0 commit comments

Comments
 (0)
Please sign in to comment.