notification vote value fully processed in sql
There was a problem with locale setting between python and sql, vote value was returned with '.' or ',' from sql query depends on locale setting. Python then process the value, but if it has different locale setting than db it could not cast the value. Now python does not process vote value generated by notification sql query.