Update pubsub-raw.md

Publisher example invalid dapr/python-sdk#299
This commit is contained in:
Charlie Stanley 2021-11-17 13:42:20 -08:00 committed by GitHub
parent 7e7eb8332f
commit 7246082382
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ with DaprClient() as d:
topic='TOPIC_A',
data=json.dumps(req_data),
metadata=(
('rawPayload', 'true')
('rawPayload', 'true'),
)
)
# Print the request