the block "int from bytes" is incorrect.
-
the block "int from bytes" is incorrect.
Automatic generation is data = int.from_bytes(data, big)
the correction is data = int.from_bytes(data, 'big') -
@hunterpark Yes. I am Facing same issue. each time we need to modify and run. after restarting UIflow again reset back default. I want to modify existing code to rectify as temporary solution. but it is bunch of JScript code and didn't understand how to proceed further.