davidpirogov / sopel-openweathermap

An OpenWeatherMap module for looking up the weather using the Sopel IRC bot
MIT License
2 stars 1 forks source link

Remove NOLIMIT from API calling method #5

Closed davidpirogov closed 2 years ago

davidpirogov commented 2 years ago

Remove the plugin.NOLIMIT return as the API has been called at this point and we need to take into account the rate limit.

https://github.com/davidpirogov/sopel-openweathermap/blob/9020a6c48308f1473d025766c2dd1220c02d497e/sopel_openweathermap/plugin.py#L104