Zar-Branch #6

Merged
mysticmomba merged 19 commits from Zar-Branch into master 2025-08-22 09:27:16 -04:00
Showing only changes of commit d54bd4c7b3 - Show all commits
+1
View File
@@ -34,6 +34,7 @@ def allowlistexechistories(url, outputjson: bool):
return response return response
parse_text = json.loads(response.text) parse_text = json.loads(response.text)
for item in parse_text['response']['exechistories']: for item in parse_text['response']['exechistories']:
print(item['checkpoint']) print(item['checkpoint'])
print(item['datetime']) print(item['datetime'])