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'])