stupid bug

This commit is contained in:
rustdesk 2022-03-15 12:17:07 +08:00
parent eaeceeac29
commit b350fbdb9c

View File

@ -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: