Fixed Error

This commit is contained in:
brotoskyj
2025-08-20 14:55:56 -04:00
parent e8b267753d
commit df75658bfb
+1 -1
View File
@@ -49,5 +49,5 @@ def checkpoint_stomper(checkpoint, endpoint, headers, policyname):
parse_text = json.loads(response.text) parse_text = json.loads(response.text)
# Send Whole JSON Response # Send Whole JSON Response
for item in parse_text['response']['exechistories']: for item in parse_text['response']['exechistories']:
filenametest.add(item['filename']) print("test")