Skip to content

Commit

Permalink
Merge pull request #5258 from Gobberwart/dev_unicodeerror
Browse files Browse the repository at this point in the history
Fix unicode decode error in logging handlers
  • Loading branch information
Gobberwart authored Sep 7, 2016
2 parents 01d965a + f27a3c2 commit 55c145b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pokecli.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def get_commit_hash():
'cached_fort',
sender=bot,
level='debug',
formatted='Forts cached.',
formatted='Forts cached.'
)
except IOError as e:
bot.event_manager.emit(
Expand Down

0 comments on commit 55c145b

Please sign in to comment.