mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-27 14:59:02 +08:00
stupid bug
This commit is contained in:
parent
eaeceeac29
commit
b350fbdb9c
@ -100,7 +100,7 @@ def loop():
|
|||||||
if len(msg) < 2:
|
if len(msg) < 2:
|
||||||
continue
|
continue
|
||||||
if msg[1] == "\0":
|
if msg[1] == "\0":
|
||||||
keyboard = Controller()
|
keyboard = MyController()
|
||||||
print("Keyboard reset")
|
print("Keyboard reset")
|
||||||
continue
|
continue
|
||||||
if len(msg) == 2:
|
if len(msg) == 2:
|
||||||
|
Loading…
Reference in New Issue
Block a user