Weatherbot_Tutorial
Weatherbot_Tutorial copied to clipboard
changed to client.current
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!!!