msp/views: fix missing variable cache

This commit is contained in:
Benjamin Dauvergne 2014-01-21 09:03:41 +01:00
parent 9017567818
commit edbaedff8f
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ logger = logging.getLogger(__name__)
try:
cache = get_cache('msp')
except InvalidCacheBackendError:
pass
cache = get_cache('default')
CACHE_TIMEOUT = 60