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:
parent
c2f8af06bc
commit
7c935345e5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user