alexa-samples / skill-sample-python-fact

An Alexa Skill Sample showing how to build a fact skill in Python.
Other
120 stars 154 forks source link

Fixed return statement issue #19

Closed Shreyas-vgr closed 5 years ago

Shreyas-vgr commented 5 years ago

Changed the return statements to return 0 after calling functions explicitly to support Python <=3 users.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.