1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04:00

Fix typo for locale from us_US to en_US

This commit is contained in:
Alexandre Beloin 2015-02-14 13:49:49 -05:00
parent 7d3382dc07
commit 2fe38ce1d9

View File

@ -130,7 +130,7 @@ class sbdatetime(datetime.datetime):
try:
if sbdatetime.has_locale:
locale.setlocale(locale.LC_TIME, 'us_US')
locale.setlocale(locale.LC_TIME, 'en_US')
except:
sbdatetime.has_locale = False