Skip to content

Commit

Permalink
fix: Adapt calendar xlsx with nOPV2 & bOPV colors
Browse files Browse the repository at this point in the history
  • Loading branch information
hakifran authored Dec 20, 2024
2 parents b591919 + d46101a commit 196455a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/polio/export_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def polio_vaccines(vaccine: str) -> Optional[str]:
returns:
None when the color vaccine doesn't exist or the matching color when the vaccine exists
"""
vaccine_color = {"nOPV2": "00b0f0", "mOPV2": "66ff66", "bOPV": "ffff00"}
vaccine_color = {"nOPV2": "00b0f0", "mOPV2": "66ff66", "bOPV": "ffff00", "nOPV2 & bOPV": "b04ccf"}
if vaccine not in vaccine_color.keys():
return None

Expand Down

0 comments on commit 196455a

Please sign in to comment.