From 0c90ac01d2fd503905f1601959002c89146fc7f7 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 28 Sep 2016 10:33:05 +0200 Subject: test --- src/crawler/classic_crawler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/crawler') diff --git a/src/crawler/classic_crawler.py b/src/crawler/classic_crawler.py index dc367440..2e292624 100644 --- a/src/crawler/classic_crawler.py +++ b/src/crawler/classic_crawler.py @@ -122,7 +122,7 @@ async def insert_database(user, feed): existing_article_req = art_contr.read(feed_id=feed.id, **extract_id(article)) except Exception as e: - print("existing_article_req: " + e) + print("existing_article_req: " + str(e)) continue exist = existing_article_req.count() != 0 -- cgit