You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current master version I regularly encounter this exception, when calling unhook_all()
keyboard.unhook_all() keyboard\__init__.py", line 534, in unhook_all _listener.blocking_keys.clear() AttributeError: '_KeyboardListener' object has no attribute 'blocking_keys'
The text was updated successfully, but these errors were encountered:
In the current master version I regularly encounter this exception, when calling unhook_all()
keyboard.unhook_all() keyboard\__init__.py", line 534, in unhook_all _listener.blocking_keys.clear() AttributeError: '_KeyboardListener' object has no attribute 'blocking_keys'
The text was updated successfully, but these errors were encountered: