Skip to content

Bugfix

Latest
Compare
Choose a tag to compare
@micktwomey micktwomey released this 03 May 10:06
1f505e6
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.