Skip to content

Commit

Permalink
#3932 - Fix nicknaming task exception with non ascii characters (#3951)
Browse files Browse the repository at this point in the history
Fix ticket #3932 when the nicknaming task throw an exception with
pokemon's name containing non ascii characters.
  • Loading branch information
vdubus authored and douglascamata committed Aug 14, 2016
1 parent fd9d7e3 commit 966a40f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pokemongo_bot/cell_workers/nickname_pokemon.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals

import os
import json
from pokemongo_bot.base_task import BaseTask
Expand Down

0 comments on commit 966a40f

Please sign in to comment.