1
0
mirror of https://github.com/craigerl/aprsd.git synced 2025-04-06 11:38:58 -04:00

Added plugin version to stats reporting

This patch adds version to the plugin stats collected.
This commit is contained in:
Hemna 2021-10-09 09:31:51 -04:00
parent 3b7924b13d
commit 004795dbf1

View File

@ -197,6 +197,7 @@ class APRSDStats:
"enabled": p.enabled,
"rx": p.rx_count,
"tx": p.tx_count,
"version": p.version,
}
wl = packets.WatchList()