mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
IntegrityError error in the feed fetcher.
This commit is contained in:
parent
b86832855b
commit
2a41bdcb65
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ from apps.reader.models import UserSubscription
|
|||
from apps.rss_feeds.importer import PageImporter
|
||||
from utils import feedparser
|
||||
from django.db.models import Q
|
||||
from django.db import IntegrityError
|
||||
from utils.story_functions import pre_process_story
|
||||
from utils.feed_functions import fetch_address_from_page
|
||||
import sys
|
||||
|
|
Loading…
Add table
Reference in a new issue