Fixed an error with logging.

This commit is contained in:
Storm Dragon 2025-04-20 02:50:32 -04:00
parent d8df2ed757
commit 01273618a7

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}") _logger.info(f"Created binding: {binding.keysymstring} with modifiers {binding.modifiers}")
return binding return binding
return None return None