1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-12-12 11:02:21 -05:00

Revert "Fix SYS_ENCODING "

This commit is contained in:
JackDandy 2014-11-07 19:23:50 +00:00
parent 01ff50b204
commit 967ea383b7

View File

@ -129,9 +129,6 @@ class SickRage(object):
try:
locale.setlocale(locale.LC_ALL, "UTF-8")
locale.setlocale(locale.LC_CTYPE, "UTF-8")
except (locale.Error, IOError):
pass
try:
sickbeard.SYS_ENCODING = locale.getpreferredencoding()
except (locale.Error, IOError):
pass