You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pythons HMAC does not accept unicode, therefore converting key and hmac body to
string (to be compatible with Python 2.x). Python 3 needs a byte conversion.
See also: http://bugs.python.org/issue5285
0 commit comments