Fixed an error with logging.
This commit is contained in:
		@@ -114,7 +114,7 @@ class APIHelper:
 | 
			
		||||
                if grab_ids:
 | 
			
		||||
                    binding._grab_ids = grab_ids
 | 
			
		||||
 | 
			
		||||
            logger.info(f"Created binding: {binding.keysymstring} with modifiers {binding.modifiers}")
 | 
			
		||||
            _logger.info(f"Created binding: {binding.keysymstring} with modifiers {binding.modifiers}")
 | 
			
		||||
            return binding
 | 
			
		||||
 | 
			
		||||
        return None
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user