Vonage / vonage-python-code-snippets

Python code examples for using Vonage communications APIs
MIT License
32 stars 56 forks source link

Inbound-message.py has small typo #181

Closed haydentinker closed 11 months ago

haydentinker commented 11 months ago

In the inbound-message.py there is a typo within the code provided. It seems that the print statement has an extra p. Link to Vonage website documentation: https://developer.vonage.com/en/messages/code-snippets/inbound-message?source=messages&lang=python Path within github repo: messages/inbound-message.py /inbound-message.py def inbound_message(): data = request.get_json() pprint(data) return "200"