JustinaPetr / Weatherbot_Tutorial

275 stars 448 forks source link

changed to client.current #70

Open Amir22010 opened 5 years ago

Amir22010 commented 5 years ago

due to latest apixu-python release

got error in actions.py when i post location AttributeError: 'ApixuClient' object has no attribute 'getCurrentWeather'

changed from client.getCurrentWeather to client.current and it works!!!