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 61ad036 commit ccec806Copy full SHA for ccec806
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "signhost-api-python-client"
3
-version = "0.1.4"
+version = "0.1.5"
4
description = "Signhost Api Python Client"
5
authors = ["Jelmer Draaijer <info@jelmert.nl>"]
6
license = "MIT"
src/signhost/__main__.py
@@ -98,7 +98,7 @@ def transaction(
98
click.echo(json.dumps(log_response.responses, indent=4))
99
100
with response_path.open("w+") as f:
101
- json.dump(log_response.responses, f, indent=2)
+ json.dump(log_response.responses, f, indent=4)
102
103
104
if __name__ == "__main__":
0 commit comments