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
Unhandled exception in listener callback
Traceback (most recent call last):
File ".../python3.12/site-packages/pynput/_util/__init__.py", line 228, in inner
return f(self, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^
File ".../python3.12/site-packages/pynput/_util/darwin.py", line 265, in _handler
self._handle(proxy, event_type, event, refcon)
File "...python3.12/site-packages/pynput/keyboard/_darwin.py", line 269, in _handle
self.on_press(key)
File ".../python3.12/site-packages/pynput/_util/__init__.py", line 144, in inner
if f(*args) is False:
^^^^^^^^
File ".../leads_vec/cli.py", line 310, in on_press
case _KeyCode.from_char("1"):
^^^^^^^^^^^^^^^^^^^^^^^
TypeError: called match pattern must be a class
The text was updated successfully, but these errors were encountered:
A bug is introduced in #202.
The text was updated successfully, but these errors were encountered: