Correct output from tg-show-flow-state and tg-show-processor-state (#846)

This commit is contained in:
cybermaggedon 2026-04-22 16:16:36 +01:00 committed by GitHub
parent 7521e152b9
commit 95c3b62ef1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 10 deletions

View file

@ -17,7 +17,7 @@ def dump_status(url):
tbl = [
[
m["metric"]["job"],
m["metric"].get("processor", m["metric"]["job"]),
"\U0001f49a"
]
for m in obj["data"]["result"]