mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-01-26 17:08:09 +00:00
Python formatting
This commit is contained in:
parent
4d0fa2db4a
commit
cf57891482
1 changed files with 2 additions and 2 deletions
|
@ -122,8 +122,8 @@ STREAMS = [
|
|||
# Redis cache backend
|
||||
if env("USE_DUMMY_CACHE", False):
|
||||
CACHES = {
|
||||
'default': {
|
||||
'BACKEND': 'django.core.cache.backends.dummy.DummyCache',
|
||||
"default": {
|
||||
"BACKEND": "django.core.cache.backends.dummy.DummyCache",
|
||||
}
|
||||
}
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue