From 5e390396ba5e2b387380ce65289e90ee119a54c2 Mon Sep 17 00:00:00 2001 From: TheNetworkGuy Date: Sat, 14 Jun 2025 23:16:07 +0200 Subject: [PATCH] Fixed small typo --- modules/tools.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/tools.py b/modules/tools.py index 1b641f2..1185c12 100644 --- a/modules/tools.py +++ b/modules/tools.py @@ -118,8 +118,8 @@ def sanatize_log_output(data): macro["value"] = "********" # Check for interface data if "interfaceid" in data: - # Interface tID is a value which is most likely not helpful - # in logging output or for roubleshooting. + # Interface ID is a value which is most likely not helpful + # in logging output or for troubleshooting. del sanitized_data["interfaceid"] # InterfaceID also hints that this is a interface update. # A check is required if there are no macro's used for SNMP security parameters.