Skip to content

Commit

Permalink
Add Board Photos category
Browse files Browse the repository at this point in the history
  • Loading branch information
brylie committed Jun 20, 2023
1 parent bbec3d3 commit 29ca5b7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ def get_board_document_category_key(category_label: str) -> str | None:
category_value = "annual_reports"
elif category_label == "Relations with Monthly Meetings":
category_value = "relations_with_monthly_meetings"
elif category_label == "Board Photos":
category_value = "board_photos"
else:
print("Unknown category label:", category_label)

Expand Down

0 comments on commit 29ca5b7

Please sign in to comment.