mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-23 19:49:05 +08:00
stupid bug
This commit is contained in:
parent
eaeceeac29
commit
b350fbdb9c
@ -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…
Reference in New Issue
Block a user