docker-hook icon indicating copy to clipboard operation
docker-hook copied to clipboard

Properly decode bytes message

Open johanbrandhorst opened this issue 6 years ago • 0 comments

Python3 payloads are of type bytes, and cannot be used with json.loads. Decode bytes before reading payload.

johanbrandhorst avatar Apr 12 '18 20:04 johanbrandhorst