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