diff options
author | Trygve Aaberge <trygveaa@gmail.com> | 2020-10-09 00:40:14 +0200 |
---|---|---|
committer | Trygve Aaberge <trygveaa@gmail.com> | 2020-10-09 00:40:14 +0200 |
commit | 8bd734c8e9a6b133a65548672f8a11ee3b3ce677 (patch) | |
tree | 62ba994dc411c3bb693292fa69d5cb2fdb360288 /README.md | |
parent | 19aff6d7b6feb28acdb13f2ad5ecdbb3fe44ea88 (diff) | |
download | wee-slack-8bd734c8e9a6b133a65548672f8a11ee3b3ce677.tar.gz |
Fix thread id collision detection not working in Python 2
hashlib returns a byte string in Python 2, but since we only use unicode
strings elsewhere the check against that in
SlackChannelHashedMessages.__missing__ didn't work. Make sure sha1_hex
returns a unicode string instead.
Fixes #800, closes #801
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions