pylint fixes

This commit is contained in:
oslomp
2019-02-04 19:53:20 +01:00
parent 1b4108c5d0
commit 6dc36f2092
2 changed files with 27 additions and 27 deletions

View File

@ -105,7 +105,7 @@ CACHES = {
'userstats': {
'BACKEND': 'django.core.cache.backends.filebased.FileBasedCache',
'LOCATION': '/var/tmp/MarietjeDjango_cache/default',
'OPTIONS': { 'MAX_ENTRIES': 1500 },
'OPTIONS': {'MAX_ENTRIES': 1500},
},
}