Fixed Json Output

This commit is contained in:
brotoskyj
2025-08-21 17:31:36 -04:00
parent e56d6c36b0
commit f60455e7cd
3 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ def menu():
if choice == '5':
executionhist = utils.allowlist.allowlistexechistories(url,True)
print(executionhist)
#print(executionhist)
aggregated = utils.hashfunctions.aggregateHashes(executionhist)
print(aggregated)