fixed linting

This commit is contained in:
Raymond Kuiper
2025-06-24 17:35:10 +02:00
parent 9933c97e94
commit c2b25e0cd2
3 changed files with 3 additions and 3 deletions

View File

@@ -168,7 +168,7 @@ def sanatize_log_output(data):
if "macros" in data:
for macro in sanitized_data["macros"]:
# Check if macro is secret type
if not (macro["type"] == str(1) or
if not (macro["type"] == str(1) or
macro["type"] == 1):
continue
macro["value"] = "********"