Skip to content

Commit

Permalink
Re-enable IA write-back
Browse files Browse the repository at this point in the history
  • Loading branch information
jimchamp committed Nov 18, 2024
1 parent 8925624 commit 6f501a9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions openlibrary/catalog/add_book/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,8 +351,6 @@ def get_ia_item(ocaid):


def modify_ia_item(item, data):
raise Exception("modify_ia_item is temporarily disabled")

access_key = (
lending.config_ia_ol_metadata_write_s3
and lending.config_ia_ol_metadata_write_s3['s3_key']
Expand Down

0 comments on commit 6f501a9

Please sign in to comment.