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()