JustinaPetr / Weatherbot_Tutorial

275 stars 448 forks source link

Corrected the call for apiux in actions.py #71

Closed jmourato closed 5 years ago

jmourato commented 5 years ago

Corrected the call for apiux in actions.py line 18, due to changes on apiux library (and api)

The correct code is current = client.getcurrent(q=loc)

from previous client.getCurrentWeather(q=loc)