Skip to content

Commit

Permalink
bugfix and tweak
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <[email protected]>
  • Loading branch information
vsoch committed Mar 8, 2022
1 parent 6d82eab commit 7c4c72d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ def new_doi(self):
"""
response = requests.post(
"https://zenodo.org/api/deposit/depositions",
params=params,
params=self.params,
json={},
headers=headers,
headers=self.headers,
)
if response.status_code not in [200, 201]:
sys.exit(
Expand Down

0 comments on commit 7c4c72d

Please sign in to comment.