Skip to content

Commit

Permalink
Merge pull request #70 from Mechazawa/master
Browse files Browse the repository at this point in the history
Fix unicode errors during transcoding
  • Loading branch information
karamanolev authored Feb 26, 2017
2 parents a0c1ca9 + 5d489ae commit 5a0fc5a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions what_transcode/tasks.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
from __future__ import unicode_literals

import sys
reload( sys )
sys.setdefaultencoding( 'utf-8' )

import os
import shutil
import time
Expand Down

0 comments on commit 5a0fc5a

Please sign in to comment.