root: fix linting

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-10-09 20:56:49 +02:00
parent fb13a46252
commit 7d9251ce2f
1 changed files with 1 additions and 1 deletions

View File

@ -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.