Skip to content
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.

Commit

Permalink
try adding default image category
Browse files Browse the repository at this point in the history
  • Loading branch information
rwidom committed Aug 2, 2022
1 parent e21fecb commit 0100a7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openverse_catalog/dags/common/loader/provider_details.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ class ImageCategory(Enum):
"deviantart": ImageCategory.DIGITIZED_ARTWORK.value,
"digitaltmuseum": ImageCategory.DIGITIZED_ARTWORK.value,
"floraon": ImageCategory.PHOTOGRAPH.value,
"inaturalist": ImageCategory.PHOTOGRAPH.value,
"mccordmuseum": ImageCategory.DIGITIZED_ARTWORK.value,
"met": ImageCategory.DIGITIZED_ARTWORK.value,
"museumsvictoria": ImageCategory.DIGITIZED_ARTWORK.value,
Expand Down

0 comments on commit 0100a7e

Please sign in to comment.