diff --git a/src/calibre/startup.py b/src/calibre/startup.py index 79eb68ab14..379475fb97 100644 --- a/src/calibre/startup.py +++ b/src/calibre/startup.py @@ -72,7 +72,7 @@ if not _run_once: import string string try: - locale.setlocale(locale.LC_ALL, '') + locale.setlocale(locale.LC_ALL, '') # set the locale to the user's default locale except: dl = locale.getdefaultlocale() try: