mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Don't bother recalculating feed's subs, as it will do that on next fetch.
This commit is contained in:
parent
89089ddbc2
commit
8a52f093c4
1 changed files with 2 additions and 1 deletions
|
@ -205,7 +205,8 @@ class Profile(models.Model):
|
|||
sub.active = False
|
||||
try:
|
||||
sub.save()
|
||||
sub.feed.setup_feed_for_premium_subscribers()
|
||||
# Don't bother recalculating feed's subs, as it will do that on next fetch
|
||||
# sub.feed.setup_feed_for_premium_subscribers()
|
||||
except (IntegrityError, Feed.DoesNotExist):
|
||||
pass
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue