mirror of
https://git.ari.lt/ari.lt/blog.ari.lt.git
synced 2025-02-04 09:39:25 +01:00
update @ Tue 30 Aug 02:57:37 EEST 2022
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
9339f7e77b
commit
cd345597b2
1 changed files with 1 additions and 1 deletions
|
@ -740,7 +740,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:
|
||||||
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")
|
log(f"Dumped config in {code_timer() - dump_timer} seconds", "TIME")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue