Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
Signed-off-by: Moasib-Arif <[email protected]>
  • Loading branch information
Moasib-Arif committed Jul 23, 2024
1 parent 9853e7c commit ddb7025
Show file tree
Hide file tree
Showing 3 changed files with 237 additions and 244 deletions.
2 changes: 1 addition & 1 deletion dpytools/http/upload/base_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def _upload_file_chunks(
# Submit `POST` request to `self.upload_url`
self.post(
self.upload_url,
headers=self.token_auth.get_auth_headers(),
headers=self.token_auth.get_auth_header(),
params=upload_params,
files=file,
verify=True,
Expand Down
Loading

0 comments on commit ddb7025

Please sign in to comment.