From 5c8c5b0a25d7a3287e28fa8e5602bcda0affa4b0 Mon Sep 17 00:00:00 2001 From: jbleyel Date: Mon, 18 Oct 2021 15:08:58 +0200 Subject: [PATCH] fix typo --- lib/python/Screens/VirtualKeyBoard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/python/Screens/VirtualKeyBoard.py b/lib/python/Screens/VirtualKeyBoard.py index 60d8a1e1898..faf3bf5f02c 100644 --- a/lib/python/Screens/VirtualKeyBoard.py +++ b/lib/python/Screens/VirtualKeyBoard.py @@ -1196,7 +1196,7 @@ def keyNumberGlobal(self, number): def keyGotAscii(self): self.smsChar = None - ch = str(pyunichr(getPrevAsciiCode()) + ch = str(pyunichr(getPrevAsciiCode())) if PY2: ch = ch.encode("UTF-8", "ignore") if self.selectAsciiKey(ch):