From b187d8cd79c04d364185a4e366d0432841a3372a Mon Sep 17 00:00:00 2001 From: brotoskyj Date: Mon, 25 Aug 2025 12:09:12 -0400 Subject: [PATCH] Added colors --- utils/allowlist.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/allowlist.py b/utils/allowlist.py index a3ebf85..0528be7 100644 --- a/utils/allowlist.py +++ b/utils/allowlist.py @@ -17,6 +17,8 @@ import requests import json import os import time +import utils.colortext as ct + def pullPolicyExechistories(url, choice, policiesnames, outputjson: bool):