Fix typo in Fed. API request auth python example

Fixes the typo in the Request Authentication python example. It seems like a copy paste error.

Closes: #2509
Signed-off-by: Rudi Floren <rudi.floren@gmail.com>
pull/2510/head
Rudi Floren 4 years ago committed by GitHub
parent 32aecc506f
commit b5868a59d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save