Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #29 from jeromeroucou/28_406_Not_Acceptable
Browse files Browse the repository at this point in the history
406 Not Acceptable from Datacite
  • Loading branch information
sfisher authored Mar 19, 2024
2 parents bfee44f + 34c6b9d commit 1b44b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def send_to_datacite():
headers = {
'Content-Type': 'application/gzip',
'Content-Encoding': 'gzip',
'Accept': 'gzip',
'Accept': 'application/json',
'Authorization': f'Bearer {config.Config().hub_api_token}'
}

Expand Down

0 comments on commit 1b44b18

Please sign in to comment.