From fcce9177e356bb27283926451433130a8809fcb0 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Sun, 27 Aug 2023 16:41:10 +0200 Subject: Send the whole keymap to the device --- socket_conn.py | 1 + 1 file changed, 1 insertion(+) (limited to 'socket_conn.py') diff --git a/socket_conn.py b/socket_conn.py index 0ac7230..433cc75 100755 --- a/socket_conn.py +++ b/socket_conn.py @@ -44,3 +44,4 @@ class SocketConnection(object): """ Write into the connection. Raise an exception if disconnected """ self.s.sendall(content) + self.s.sendall(bytes("\n", "utf-8")) -- cgit v1.2.3