Skip to content

Commit

Permalink
remove retry=False authentification
Browse files Browse the repository at this point in the history
  • Loading branch information
Paurikova2 committed Oct 18, 2024
1 parent 6ffac8f commit a635c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/add_metadata/add_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def update_item(item: Item):
return item
# Try to authenticate
_logger.info("Reauthorization during item updating")
if dspace_be.client.authenticate(retry=True):
if dspace_be.client.authenticate():
return dspace_be.client.update_item(item)
return None

Expand Down

0 comments on commit a635c46

Please sign in to comment.