# Task Most flask code is expecting to work with `unicode` and not `str`. Make sure the query results are properly decoded into `unicode`.
Task
Most flask code is expecting to work with
unicodeand notstr. Make sure the query results are properly decoded intounicode.