Skip to content

Commit e6163a9

Browse files
committed
Fix keyboard scanning lockup
1 parent ac4bb54 commit e6163a9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

python/PiFinder/keyboard_pi.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ def get_keyboard_key(self) -> int:
6868
}
6969

7070
while True:
71-
self.li_kb._selector.select()
7271
while True:
7372
self.li_kb._libinput.libinput_dispatch(self.li_kb._li)
7473
hevent = self.li_kb._libinput.libinput_get_event(self.li_kb._li)

0 commit comments

Comments
 (0)