python
python copied to clipboard
Make the output of psk under --info give the byte value instead of the string value
Currently, --info gives a string value for psk for channel settings. Then when trying to use that value to set psk on another node's channel settings, it expects a byte value, and therefore won't work.