diff --git a/remote_evdev/stream/host.py b/remote_evdev/stream/host.py index 32fa56f..07644cd 100644 --- a/remote_evdev/stream/host.py +++ b/remote_evdev/stream/host.py @@ -48,6 +48,7 @@ def give_control(s: socket, d: dict[int: InputDevice]): continue for fd in d: d[fd].grab() + print("Ready") def take_control(s: socket, d: dict[int: InputDevice]):