JustinaPetr / Weatherbot_Tutorial

275 stars 448 forks source link

API call to Python library for Apixu Weather API incorrect #96

Open TyDunn opened 4 years ago

TyDunn commented 4 years ago

The Python library for Apixu Weather API object has a method called current() instead of getcurrent() as you can see in their example here

I figured this out because a community member on the forum ran into issues trying to use your weatherbot_tutorial here. I also tested it to make sure that it works