Fixed an error with logging, for real this time.

This commit is contained in:
Storm Dragon 2025-04-20 02:58:12 -04:00
parent 01273618a7
commit ecd122786f

View File

@ -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