Merge pull request #11 from Patreon/master We ran into a 'TypeError: Unicode-objects must be encoded before hashing" when using this in Python 3.6. Adding 'utf-8' to the decode fixed it.
Merge pull request #11 from Patreon/master We ran into a 'TypeError: Unicode-objects must be encoded before hashing" when using this in Python 3.6. Adding 'utf-8' to the decode fixed it.