Fixed an error with logging, for real this time.
This commit is contained in:
parent
01273618a7
commit
ecd122786f
@ -114,7 +114,7 @@ class APIHelper:
|
|||||||
if grab_ids:
|
if grab_ids:
|
||||||
binding._grab_ids = grab_ids
|
binding._grab_ids = grab_ids
|
||||||
|
|
||||||
_logger.info(f"Created binding: {binding.keysymstring} with modifiers {binding.modifiers}")
|
debug.printMessage(debug.LEVEL_INFO, f"Created binding: {binding.keysymstring} with modifiers {binding.modifiers}", True)
|
||||||
return binding
|
return binding
|
||||||
|
|
||||||
return None
|
return None
|
||||||
|
Loading…
x
Reference in New Issue
Block a user