From d54bd4c7b325715b89ac1ead64f0e11daa563fa4 Mon Sep 17 00:00:00 2001 From: brotoskyj Date: Wed, 20 Aug 2025 15:19:40 -0400 Subject: [PATCH] Fixed Spacing --- utils/allowlist.py | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/allowlist.py b/utils/allowlist.py index 624fce8..4e122b8 100644 --- a/utils/allowlist.py +++ b/utils/allowlist.py @@ -34,6 +34,7 @@ def allowlistexechistories(url, outputjson: bool): return response parse_text = json.loads(response.text) + for item in parse_text['response']['exechistories']: print(item['checkpoint']) print(item['datetime'])