mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-05 17:05:03 -05:00
Fix typo for locale from us_US to en_US
This commit is contained in:
parent
7d3382dc07
commit
2fe38ce1d9
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user