Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Qalthos committed Jul 13, 2020
1 parent 1e39585 commit 1f9be98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/connection/httpapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,5 +373,7 @@ def send_file(self, path, filename, chunk_size=-1, retries=0, **kwargs):
start = 0
fileobj.seek(0)
tries += 1
continue
start = end

return True

0 comments on commit 1f9be98

Please sign in to comment.