root: fix linting
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
fb13a46252
commit
7d9251ce2f
|
@ -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.
|
||||
|
|
Reference in New Issue