Added indicator
This commit is contained in:
parent
b9aa0ee5f3
commit
8e3a1b82b6
@ -48,6 +48,7 @@ def give_control(s: socket, d: dict[int: InputDevice]):
|
|||||||
continue
|
continue
|
||||||
for fd in d:
|
for fd in d:
|
||||||
d[fd].grab()
|
d[fd].grab()
|
||||||
|
print("Ready")
|
||||||
|
|
||||||
|
|
||||||
def take_control(s: socket, d: dict[int: InputDevice]):
|
def take_control(s: socket, d: dict[int: InputDevice]):
|
||||||
|
Loading…
Reference in New Issue
Block a user