Skip to content

Commit

Permalink
add ERROR category
Browse files Browse the repository at this point in the history
  • Loading branch information
olegeech-me committed Dec 1, 2024
1 parent 1200ba1 commit 88f989d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bot/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"in_progress": (["zpracovává se", "v-prubehu-rizeni"], "🟡"),
"approved": (["bylo <b>povoleno</b>", "rizeni-povoleno"], "🟢"),
"denied": (["bylo <b>nepovoleno</b>", "zamítlo", "zastavilo"], "🔴"),
"error": (["ERROR"], "🔴"),
}


Expand Down

0 comments on commit 88f989d

Please sign in to comment.