Skip to content

Commit

Permalink
Fix unicode decode error (#4334)
Browse files Browse the repository at this point in the history
  • Loading branch information
Napator authored and mjmadsen committed Aug 20, 2016
1 parent 0ca9ef3 commit 25cf8bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pokecli.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
import os
import ssl
import sys
reload(sys)
sys.setdefaultencoding('utf8')
import time
import signal
import string
Expand Down

0 comments on commit 25cf8bf

Please sign in to comment.