update @ Wed 17 Aug 01:54:09 EEST 2022

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2022-08-17 01:54:09 +03:00
parent 8454f452ce
commit 57e5d3aac2
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: A50D5B4B599AF8A2

View file

@ -754,7 +754,7 @@ def main() -> int:
dump_timer = code_timer() dump_timer = code_timer()
with open(DEFAULT_CONFIG_FILE, "w") as dcfg: with open(DEFAULT_CONFIG_FILE, "w") as dcfg:
json.dump(config, dcfg, indent=(4 if NOT_CI_BUILD else 0)) json.dump(config, dcfg, indent=(4 if NOT_CI_BUILD else None))
log(f"Dumped config in {code_timer() - dump_timer} seconds", "TIME") log(f"Dumped config in {code_timer() - dump_timer} seconds", "TIME")