This commit is contained in:
Chris Van 2012-11-14 20:52:40 -08:00
Родитель c12254eff2
Коммит c7fd37ca65
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -8,6 +8,7 @@ from celeryutils import task
import commonware.log
from pyquery import PyQuery as pq
from amo.decorators import write
from models import MdnCache
@ -142,7 +143,8 @@ locales = ['en-US']
@task
def refresh_mdn_cache(**kw):
@write
def refresh_mdn_cache(*args, **kw):
log.info('Refreshing MDN Cache')
try:
_update_mdn_items(tutorials)