integrates with postgres

This commit is contained in:
Mikayla Dobson
2023-01-09 22:11:41 -06:00
parent 8adbf35928
commit 5be4abe79c
4 changed files with 57 additions and 31 deletions

View File

@@ -62,7 +62,7 @@ for file in files:
json_path = "./predictions/predictions" + cur_time + ".json"
print("Writing analysis results to " + json_path + "\n\n")
print("\nWriting analysis results to " + json_path + "\n\n")
# convert object to JSON and write to JSON file
with open(json_path, "w") as outfile: