diff --git a/main.py b/main.py index 7df7597..f87ba9c 100644 --- a/main.py +++ b/main.py @@ -54,5 +54,5 @@ print("Scraping finished. Saving JSON...") # save JSON with open('instances.json', 'w') as outfile: - json.dump(theJson, outfile) + json.dump(theJson, outfile, indent=4) print("File saved as instances.json") \ No newline at end of file