stupid bug
This commit is contained in:
parent
eaeceeac29
commit
b350fbdb9c
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ def loop():
|
|||
if len(msg) < 2:
|
||||
continue
|
||||
if msg[1] == "\0":
|
||||
keyboard = Controller()
|
||||
keyboard = MyController()
|
||||
print("Keyboard reset")
|
||||
continue
|
||||
if len(msg) == 2:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue