diff --git a/snappass/main.py b/snappass/main.py index ab16b2d..d19eb1c 100644 --- a/snappass/main.py +++ b/snappass/main.py @@ -26,6 +26,7 @@ app.secret_key = os.environ.get('SECRET_KEY', 'Secret Key') app.config.update( dict(STATIC_URL=os.environ.get('STATIC_URL', 'static'))) + # Set up Babel def get_locale(): return request.accept_languages.best_match(['en', 'es', 'de', 'nl'])