Skip to content

Commit 69db332

Browse files
authored
Merge pull request #40 from mwarzybok-sumoheavy/feature/SP-660
Feature/sp 660
2 parents 5fe62b9 + a716927 commit 69db332

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)