Update system.py

This commit is contained in:
SpudGunMan
2025-11-01 13:13:25 -07:00
parent 0fd881aa4b
commit 7a5b7e64d7

View File

@@ -1016,6 +1016,8 @@ def api_throttle(node_id, rxInterface=None, channel=None, apiName=""):
'channel': channel
}
apiThrottleList.append(entry)
node_entry = entry
logger.debug(f"System: API Throttle check for Node {node_id} on API {apiName} count: {node_entry['api_throttle_count']}")
return False # Not throttled