Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jbleyel committed Oct 18, 2021
1 parent 7bdc926 commit 5c8c5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/Screens/VirtualKeyBoard.py
Expand Up @@ -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):
Expand Down

0 comments on commit 5c8c5b0

Please sign in to comment.