diff --git a/inkycal/modules/inkycal_weather.py b/inkycal/modules/inkycal_weather.py index c440b29..5df6d19 100644 --- a/inkycal/modules/inkycal_weather.py +++ b/inkycal/modules/inkycal_weather.py @@ -440,7 +440,7 @@ class Weather(inkycal_module): # Format the windspeed to user preference if self.use_beaufort == True: - logging.debug("using beaufort for wind") + logger.debug("using beaufort for wind") wind = str(weather.wind(unit='beaufort')['speed']) elif self.use_beaufort == False: