Fixed Spacing
This commit is contained in:
@@ -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'])
|
||||
|
||||
Reference in New Issue
Block a user