blabla
This commit is contained in:
parent
a1e98cea2d
commit
5dd7c9598e
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ def get_next_byte(s):
|
||||||
try:
|
try:
|
||||||
c = s.getkey()
|
c = s.getkey()
|
||||||
except:
|
except:
|
||||||
return "KEY_RESIZE"
|
return (None, "KEY_RESIZE")
|
||||||
if len(c) > 4:
|
if len(c) > 4:
|
||||||
return (None, c)
|
return (None, c)
|
||||||
return (ord(c), c)
|
return (ord(c), c)
|
||||||
|
|
Loading…
Reference in a new issue