mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Typo.
This commit is contained in:
parent
89db8a5b9f
commit
e602b52a5d
1 changed files with 1 additions and 1 deletions
|
@ -465,7 +465,7 @@ class Feed(models.Model):
|
|||
r.zremrangebyrank('error_feeds', 0, -1)
|
||||
|
||||
def update_all_statistics(self, full=True, force=False):
|
||||
recount = not self.counts_converted_to_redis:
|
||||
recount = not self.counts_converted_to_redis
|
||||
self.count_subscribers(recount=recount)
|
||||
self.calculate_last_story_date()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue