Skip to content

Commit

Permalink
Use character codes in SubscriptionClient example
Browse files Browse the repository at this point in the history
  • Loading branch information
jparise committed Apr 9, 2024
1 parent 2aedd00 commit 89f3a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ subscription_client = vesta.SubscriptionClient("api_key", "api_secret")
# List subscriptions and send them messages:
subscriptions = subscription_client.get_subscriptions()
for subscription in subscriptions:
subscription_client.send_message(subscription["id"], "Hello World")
subscription_client.send_message(subscription["id"], "{67} Hello, World {68}")
```

#### Local API
Expand Down

0 comments on commit 89f3a2f

Please sign in to comment.