Skip to content

Commit 73fafea

Browse files
committed
Rewrite JSON
1 parent 946225f commit 73fafea

2 files changed

Lines changed: 172006 additions & 2 deletions

File tree

direct-download-info/direct-download-info.json

Lines changed: 172005 additions & 1 deletion
Large diffs are not rendered by default.

direct-download-info/generate-direct-download-links.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def main(
5656

5757
out_file.parent.mkdir(exist_ok=True)
5858
with open(out_file, "w") as fh:
59-
json.dump(out, fh)
59+
json.dump(out, fh, indent=2)
6060

6161

6262
if __name__ == "__main__":

0 commit comments

Comments
 (0)