Minor grammar fixup

This commit is contained in:
Joel Heaps 2023-09-28 22:25:22 -05:00
parent 2f07f00592
commit 45e8381d70

View File

@ -86,7 +86,7 @@ class QbittorrentMetricsCollector:
{ {
"name": f"{self.config['metrics_prefix']}_firewalled", "name": f"{self.config['metrics_prefix']}_firewalled",
"value": response.get("connection_status", "") == "firewalled", "value": response.get("connection_status", "") == "firewalled",
"help": "Whether if server is behind a firewall", "help": "Whether server is behind a firewall",
}, },
{ {
"name": f"{self.config['metrics_prefix']}_dht_nodes", "name": f"{self.config['metrics_prefix']}_dht_nodes",