-
Notifications
You must be signed in to change notification settings - Fork 109
Open
Description
File "/app/webhooks.py", line 82, in index
mac = hmac.new(str(secret), msg=request.data, digestmod='sha1')
File "/usr/local/lib/python2.7/hmac.py", line 136, in new
return HMAC(key, msg, digestmod)
File "/usr/local/lib/python2.7/hmac.py", line 52, in __init__
self.outer = self.digest_cons()
File "/usr/local/lib/python2.7/hmac.py", line 50, in <lambda>
self.digest_cons = lambda d='': digestmod.new(d)
AttributeError: 'str' object has no attribute 'new'
Metadata
Metadata
Assignees
Labels
No labels