mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Fixing invalid feed tags.
This commit is contained in:
parent
538854f8e4
commit
0deb0aff2f
1 changed files with 3 additions and 0 deletions
|
@ -104,6 +104,9 @@ class Feed(models.Model):
|
||||||
self.has_exception = True
|
self.has_exception = True
|
||||||
self.active = False
|
self.active = False
|
||||||
self.save()
|
self.save()
|
||||||
|
elif self.has_exception:
|
||||||
|
self.has_exception = False
|
||||||
|
self.save()
|
||||||
|
|
||||||
def count_subscribers(self, verbose=False, lock=None):
|
def count_subscribers(self, verbose=False, lock=None):
|
||||||
from apps.reader.models import UserSubscription
|
from apps.reader.models import UserSubscription
|
||||||
|
|
Loading…
Add table
Reference in a new issue