1
0
mirror of https://github.com/craigerl/aprsd.git synced 2024-12-18 23:55:58 -05:00

added packet_count in packet_list stats

This commit is contained in:
Hemna 2024-04-15 08:34:45 -04:00
parent c2f8af06bc
commit 7c935345e5

View File

@ -104,6 +104,7 @@ class PacketList(objectstore.ObjectStoreMixin):
"rx": self._total_rx,
"tx": self._total_tx,
"types": self.data["types"],
"packet_count": len(self.data["packets"]),
"packets": pkts,
}
return stats