From b350fbdb9c9002667b1bdff4a7aa4f452a7118fe Mon Sep 17 00:00:00 2001 From: rustdesk Date: Tue, 15 Mar 2022 12:17:07 +0800 Subject: [PATCH] stupid bug --- pynput_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pynput_service.py b/pynput_service.py index cec0080ee..d8df09e96 100644 --- a/pynput_service.py +++ b/pynput_service.py @@ -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: