CC-3752: Media Monitor DB sync

-forgot to exit
This commit is contained in:
Martin Konecny 2012-05-04 13:39:48 -04:00
parent fa373a683e
commit d6a12053eb

View file

@ -51,6 +51,7 @@ def configure_locale():
if current_locale_encoding not in ['utf-8', 'utf8']:
logger.error("Need a UTF-8 locale. Currently '%s'. Exiting..." % current_locale_encoding)
sys.exit(1)
# configure logging
try: