Skip to content

Commit a716927

Browse files
SP-660 Python SDK - format JSON output
1 parent 04f5ca5 commit a716927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bitpay/bitpay_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def update_config_file() -> None:
172172
}
173173

174174
with open(os.path.abspath("bitpay.config.json"), "w") as outfile:
175-
json.dump(config, outfile)
175+
json.dump(config, outfile, indent=2)
176176
print(
177177
"Generated configuration file at path: ",
178178
os.path.abspath("bitpay.config.json"),

0 commit comments

Comments
 (0)