check_signature was failing with an error since hmac.new expects bytes for the key. Also, base64.encodestring is deprecated in favor of base64.encodebytes. bp python3 Change-Id: I36bcf0e020b98ffa0e34464fee22a949b872c08f
check_signature was failing with an error since hmac.new expects bytes for the key. Also, base64.encodestring is deprecated in favor of base64.encodebytes. bp python3 Change-Id: I36bcf0e020b98ffa0e34464fee22a949b872c08f