From cd345597b20538b9f2c9e0ef930d3a5f90fbd761 Mon Sep 17 00:00:00 2001 From: Ari Archer Date: Tue, 30 Aug 2022 02:57:37 +0300 Subject: [PATCH] update @ Tue 30 Aug 02:57:37 EEST 2022 Signed-off-by: Ari Archer --- scripts/blog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/blog b/scripts/blog index d858ca4..5b084a9 100755 --- a/scripts/blog +++ b/scripts/blog @@ -740,7 +740,7 @@ def main() -> int: dump_timer = code_timer() with open(DEFAULT_CONFIG_FILE, "w") as dcfg: - ujson.dump(config, dcfg, indent=(4 if NOT_CI_BUILD else None)) + ujson.dump(config, dcfg, indent=(4 if NOT_CI_BUILD else 0)) log(f"Dumped config in {code_timer() - dump_timer} seconds", "TIME")