We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a4772df + 33e6ce2 commit a77d18dCopy full SHA for a77d18d
1 file changed
README.md
@@ -123,7 +123,6 @@ response = secretsManager.get_secret(
123
124
secretPayload = response.result['payload']
125
print('The arbitrary secret payload is: ' + secretPayload)
126
-
127
```
128
129
Replace the `apikey` and `set_service_url()` values. Then use the `python secrets_manager.py` command to run your
0 commit comments