JustinaPetr / Weatherbot_Tutorial

275 stars 448 forks source link

getcurrent replaced by current #86

Open shivangpatel opened 5 years ago

shivangpatel commented 5 years ago

getcurrent method does not exist anymore. It was replaced by current method.

Line no : 8 current = client.current(q='London') Check this link : https://github.com/apixu/apixu-python/blob/master/examples/current.py