matrix-ops-bot/ops_bot/common.py
2022-11-30 15:21:09 +00:00

6 lines
177 B
Python

def urgency_color(urgency: str) -> str:
if urgency == "high":
return "#dc3545" # red
else:
return "#ffc107" # orange
# return "#17a2b8" # blue