Stop using archive.is on articles (hits CAPTCHAs)

This commit is contained in:
2019-12-15 22:47:33 +00:00
parent 8fd7fc158c
commit 2822974b6e
2 changed files with 4 additions and 23 deletions

View File

@@ -113,7 +113,7 @@ def submit():
news_story = dict(id=nid, ref=ref, source=source)
news_cache[nid] = news_story
valid = feed.update_story(news_story, manual=True)
valid = feed.update_story(news_story, is_manual=True)
if valid:
archive.update(news_story)
return {'nid': nid}