python icon indicating copy to clipboard operation
python copied to clipboard

Make the output of psk under --info give the byte value instead of the string value

Open GitPudding opened this issue 3 years ago • 0 comments

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.

GitPudding avatar Feb 17 '22 02:02 GitPudding