Richard Hsu
Results
2
comments of
Richard Hsu
I get the same warnings too. I added the theme directly under `` using the `git submodule add ...` command as instructed (you can see it in my repo https://github.com/richsuca/rayBlog)...
I was still getting below error (FreeBSD) ``` File "webhooks.py", line 87, in index mac = hmac.new(str(secret), msg=request.data, digestmod=sha1) File "/usr/local/lib/python3.7/hmac.py", line 153, in new return HMAC(key, msg, digestmod) File...