Skip to content

Commit

Permalink
Merge branch 'Freeze-Fix' into PokemonGoF-Dev
Browse files Browse the repository at this point in the history
  • Loading branch information
goedzo authored Jul 25, 2017
2 parents 761a0d3 + 8e41a35 commit 82a099a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pokemongo_bot/event_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@ def __init__(self, event, sender=None, level='info', formatted='', data={}):
self.sender = str(sender).encode('ascii', 'xmlcharrefreplace')

self.level = str(level).encode('ascii', 'xmlcharrefreplace')

#Fixing issue 6123 for gym names that are in utf format.
self.formatted = str(formatted).encode('utf-8', 'ignore').decode('utf-8')
self.formatted = str(formatted).encode('ascii', 'xmlcharrefreplace')

self.data = str(data).encode('ascii', 'xmlcharrefreplace')
self.friendly_msg = ""

Expand Down

0 comments on commit 82a099a

Please sign in to comment.