We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4772df commit 33e6ce2Copy full SHA for 33e6ce2
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