Skip to content

Commit

Permalink
Merge pull request #925 from marwoodandrew/SDAAP-105
Browse files Browse the repository at this point in the history
SDAAP-105 Remove the IPTC subject code for illegal immigrants
  • Loading branch information
marwoodandrew authored Jan 24, 2024
2 parents 3c9ef4c + 821c42b commit ca19c6e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/aap/io/iptc_extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,7 @@
def init_app(app):
last_modified = datetime(2016, 7, 28)
app.subjects.register(aap_subject_codes, last_modified)
# The subject code for illegal immigrants is removed
app.subjects.subjects.pop('14003003', None)
subject_codes.update(aap_subject_codes)
subject_codes.pop('14003003', None)

0 comments on commit ca19c6e

Please sign in to comment.