switch from logging to logger
This commit is contained in:
		@@ -440,7 +440,7 @@ class Weather(inkycal_module):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    # Format the windspeed to user preference
 | 
					    # Format the windspeed to user preference
 | 
				
			||||||
    if self.use_beaufort == True:
 | 
					    if self.use_beaufort == True:
 | 
				
			||||||
      logging.debug("using beaufort for wind")
 | 
					      logger.debug("using beaufort for wind")
 | 
				
			||||||
      wind = str(weather.wind(unit='beaufort')['speed'])
 | 
					      wind = str(weather.wind(unit='beaufort')['speed'])
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    elif self.use_beaufort == False:
 | 
					    elif self.use_beaufort == False:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user