@ -75,7 +75,7 @@ if action != 'status':
#print ('Renvoie :\r\n' + bytes)
ser.write('?RLY\r\n'.encode('ascii'))
answer = ser.readline()
answer = ser.readline().decode('ascii')
status = ''
for char in answer:
if char in ['0', '1']:
The note is not visible to the blocked user.