python2.7 support
dmitryikh opened this issue · 2 comments
dmitryikh commented
Судя по всему python2.7 не поддерживается. В частности тут:
98 class _MessageFilter(Filter):
99 def filter(self, event):
100 import pdb
101 pdb.set_trace()
102 -> return "message" in event.data and isinstance(event.data["message"], str))
идет проверка на str
, но в случае python2.7 нужно проверять на unicode
icq-bot commented
Thanks, Python 2.7 adoption in process, will fix it soon.
icq-bot commented
Fixed in 0.0.6.