j
k
j a
j l
return field[0].get_raw() == "\xFF" return int(field) in [0, 16665]
return field[0].get_raw() == "\xFF"
return int(field) in [0, 16665]
Hmm, can you explain this? I expecting this to be either:
return int(field) in [0, 65535]
or
return field[1].get_raw() in ["\x00", "\xFF"]
Attachments:
Back to the thread
Back to the list