Actualización

This commit is contained in:
Colima Press 2023-07-14 11:26:47 -07:00
parent 88a2594e80
commit c9bb51f768
2 changed files with 94 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -147,4 +147,4 @@ for key, val in data.items():
body += "\n</section>"
index.write_text(re.sub("#LINKS#", body, template))
json_file.write_text(json.dumps(data))
json_file.write_text(json.dumps(data, indent=2))