🩹 — Fix to-process severity renaming leftover

This commit is contained in:
Luc Didry 2024-03-20 09:34:23 +01:00
parent 5703fb3341
commit 8e9c892b57
No known key found for this signature in database
GPG key ID: EA868E12D0257E3C

View file

@ -20,7 +20,7 @@ SEVERITY_LEVELS = {
"ok": 1,
"warning": 2,
"critical": 3,
"to-process": 4
"unknown": 4
}