Merge remote-tracking branch 'valkum/patch-1'

pull/977/head
Travis Ralston 5 years ago
commit b8f68cb874

@ -0,0 +1 @@
Fix typo in Request Authentication python example

@ -316,8 +316,8 @@ Example python code:
"destination": destination_name, "destination": destination_name,
} }
if content_json is not None: if content is not None:
request["content"] = content request_json["content"] = content
signed_json = sign_json(request_json, origin_name, origin_signing_key) signed_json = sign_json(request_json, origin_name, origin_signing_key)

Loading…
Cancel
Save