From 67d326c6c77f7b623eda68e87d024f8f857ca45e Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sun, 6 Oct 2024 16:53:09 -0700 Subject: [PATCH] Update system.py --- modules/system.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system.py b/modules/system.py index 02ac258..ac0eae7 100644 --- a/modules/system.py +++ b/modules/system.py @@ -717,7 +717,7 @@ def getNodeTelemetry(nodeID=0, rxNode=0): logger.warning(f"System: High Air Utilization {airUtilTx}% on Device: {rxNode}") # add packet Rx/Tx info to the response - dataResponse += f" Rx#:{numPacketsRx} Tx#:{numPacketsTx}" + dataResponse += f" Rx#:{numPacketsRx[0]} Tx#:{numPacketsTx[0]}" # Number of nodes dataResponse += " Nodes:" + str(numTotalNodes)