From 004795dbf10aa9f747e86159a7b5394a98f87480 Mon Sep 17 00:00:00 2001 From: Hemna Date: Sat, 9 Oct 2021 09:31:51 -0400 Subject: [PATCH] Added plugin version to stats reporting This patch adds version to the plugin stats collected. --- aprsd/stats.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aprsd/stats.py b/aprsd/stats.py index c9bd38c..d4678f3 100644 --- a/aprsd/stats.py +++ b/aprsd/stats.py @@ -197,6 +197,7 @@ class APRSDStats: "enabled": p.enabled, "rx": p.rx_count, "tx": p.tx_count, + "version": p.version, } wl = packets.WatchList()