mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Fixing updates_off in tasks.
This commit is contained in:
parent
c20ef4e5d0
commit
ecbc788e6b
1 changed files with 1 additions and 0 deletions
|
@ -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'),
|
||||
|
|
Loading…
Add table
Reference in a new issue