From 7bf76c57814f4ba5619f767889b55e64210547ab Mon Sep 17 00:00:00 2001 From: Daniel Huang <99danielh@gmail.com> Date: Thu, 26 Oct 2023 18:10:00 -0400 Subject: [PATCH] o lili e sitelen sona --- update-job/updater.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-job/updater.py b/update-job/updater.py index da8e9f0..00066a0 100755 --- a/update-job/updater.py +++ b/update-job/updater.py @@ -107,5 +107,5 @@ def commit_push(path): sheets = json.load(file) bundle = {key: build_dict_from_sheet(value) for key, value in sheets.items()} with open("../data.json", "w") as f: - json.dump(bundle, f, indent=2) + json.dump(bundle, f, separators=(',', ':')) commit_push("..")