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