We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04f5ca5 commit a716927Copy full SHA for a716927
src/bitpay/bitpay_setup.py
@@ -172,7 +172,7 @@ def update_config_file() -> None:
172
}
173
174
with open(os.path.abspath("bitpay.config.json"), "w") as outfile:
175
- json.dump(config, outfile)
+ json.dump(config, outfile, indent=2)
176
print(
177
"Generated configuration file at path: ",
178
os.path.abspath("bitpay.config.json"),
0 commit comments