From 9aea1f568c284f5e1c91a8ea4912f1250755df33 Mon Sep 17 00:00:00 2001 From: Ace Date: Fri, 13 Nov 2020 16:43:37 +0100 Subject: [PATCH] switch from logging to logger --- inkycal/modules/inkycal_weather.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: