From 7a5b7e64d7a516aa2d97e22b88220955c92b097a Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sat, 1 Nov 2025 13:13:25 -0700 Subject: [PATCH] Update system.py --- modules/system.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/system.py b/modules/system.py index 9c34588..7824105 100644 --- a/modules/system.py +++ b/modules/system.py @@ -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