Fixing updates_off in tasks.

This commit is contained in:
Samuel Clay 2014-05-29 17:59:00 -07:00
parent c20ef4e5d0
commit ecbc788e6b

View file

@ -886,6 +886,7 @@ class Feed(models.Model):
'mongodb_replication_lag': kwargs.get('mongodb_replication_lag', None),
'fake': kwargs.get('fake'),
'quick': kwargs.get('quick'),
'updates_off': kwargs.get('updates_off'),
'debug': kwargs.get('debug'),
'fpf': kwargs.get('fpf'),
'feed_xml': kwargs.get('feed_xml'),