Weatherbot_Tutorial icon indicating copy to clipboard operation
Weatherbot_Tutorial copied to clipboard

changed to client.current

Open Amir22010 opened this issue 6 years ago • 0 comments

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!!!

Amir22010 avatar Feb 25 '19 13:02 Amir22010