Closed dest4 closed 6 years ago
The standalone example in the documentation should be print(skill.get_current_weather("Chicago")) instead of print(skill.execute("Chicago"))
print(skill.get_current_weather("Chicago"))
print(skill.execute("Chicago"))
The latter version gives the error: AttributeError: SnipsOWM instance has no attribute 'execute'
AttributeError: SnipsOWM instance has no attribute 'execute'
Thanks for noticing ! We removed this section in #8 . Cheers !
The standalone example in the documentation should be
print(skill.get_current_weather("Chicago"))
instead ofprint(skill.execute("Chicago"))
The latter version gives the error:
AttributeError: SnipsOWM instance has no attribute 'execute'