diff --git a/authentik/root/settings.py b/authentik/root/settings.py index bc6172297..a1aa3dc4e 100644 --- a/authentik/root/settings.py +++ b/authentik/root/settings.py @@ -338,7 +338,7 @@ USE_L10N = True USE_TZ = True -LOCALE_PATHS = ['./locale'] +LOCALE_PATHS = ["./locale"] # Celery settings # Add a 10 minute timeout to all Celery tasks.