We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 545bf0c commit 27e6ad8Copy full SHA for 27e6ad8
intranet/apps/emerg/views.py
@@ -131,4 +131,4 @@ def get_csl_status() -> Literal["error", "operational", "downtime", "degraded",
131
The string of the tuple will be one of the following: "error" (parse error), "operational", "downtime", "degraded", "maintenance"
132
"""
133
134
- return cache.get("emerg:csl_status")
+ return cache.get("emerg:csl_status", "error")
0 commit comments