jpvanhal / flask-split

A/B testing for your Flask application.
https://flask-split.readthedocs.io/
MIT License
120 stars 37 forks source link

fixed unicode bug #1

Closed mariorz closed 5 years ago

mariorz commented 12 years ago

noticed a bug that happens when using non-ascii characters in the alternatives due to redis storing everything as plain strings. cheers!

fiatjaf commented 11 years ago

I also noticed this bug. Thanks for fixing.

jpvanhal commented 5 years ago

Thanks! I believe this now fixed in v0.4.0.