python-netflow-v9-softflowd icon indicating copy to clipboard operation
python-netflow-v9-softflowd copied to clipboard

Fixed string conversion from bytes

Open Problembeloeser opened this issue 3 years ago • 0 comments

Currently, if a string is read from bytes "foobar", it gets represented by str("foobar) as `"b'foobar'". This PR changes it to use decode to get the real representation

Problembeloeser avatar Sep 02 '22 13:09 Problembeloeser