From 45e8381d700313190116bd336b53161c254f0db4 Mon Sep 17 00:00:00 2001 From: Joel Heaps Date: Thu, 28 Sep 2023 22:25:22 -0500 Subject: [PATCH] Minor grammar fixup --- qbittorrent_exporter/exporter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbittorrent_exporter/exporter.py b/qbittorrent_exporter/exporter.py index ae627af..9c36d41 100644 --- a/qbittorrent_exporter/exporter.py +++ b/qbittorrent_exporter/exporter.py @@ -86,7 +86,7 @@ class QbittorrentMetricsCollector: { "name": f"{self.config['metrics_prefix']}_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",