Fixed an error with logging.
This commit is contained in:
parent
d8df2ed757
commit
01273618a7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user