snipsco / snips-skill-owm

OpenWeatherMap skill for Snips
MIT License
9 stars 27 forks source link

Standalone example is not working #5

Closed dest4 closed 6 years ago

dest4 commented 6 years ago

The standalone example in the documentation should be print(skill.get_current_weather("Chicago")) instead of print(skill.execute("Chicago"))

The latter version gives the error: AttributeError: SnipsOWM instance has no attribute 'execute'

anthonyray commented 6 years ago

Thanks for noticing ! We removed this section in #8 . Cheers !