Update byteManager.py
This commit is contained in:
parent
7afbd90403
commit
7125bfac0f
@ -56,6 +56,11 @@ class byteManager():
|
||||
return
|
||||
if eventData == b'':
|
||||
return
|
||||
try:
|
||||
print(eventData.decode('utf8'))
|
||||
self.env['runtime']['debug'].writeDebugOut("handleByteInput " + eventData.decode('utf8') ,debug.debugLevel.INFO)
|
||||
except:
|
||||
pass
|
||||
self.handleByteStream(eventData)
|
||||
def handleSingleByteSequence(self, eventData):
|
||||
convertedEscapeSequence = self.unifyEscapeSeq(eventData)
|
||||
|
Loading…
Reference in New Issue
Block a user