diff options
author | cedricbonhomme <devnull@localhost> | 2010-03-07 18:53:11 +0100 |
---|---|---|
committer | cedricbonhomme <devnull@localhost> | 2010-03-07 18:53:11 +0100 |
commit | 0e0f93cc07855fd87edecd9e3dbed27010a21f31 (patch) | |
tree | 3d4f23aaa28215bd367de8c245d42e50349e25a8 | |
parent | Added a link to the page of the GPL v3 license. (diff) | |
download | newspipe-0e0f93cc07855fd87edecd9e3dbed27010a21f31.tar.gz newspipe-0e0f93cc07855fd87edecd9e3dbed27010a21f31.tar.bz2 newspipe-0e0f93cc07855fd87edecd9e3dbed27010a21f31.zip |
Bug fix.
-rw-r--r-- | feedgetter.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/feedgetter.py b/feedgetter.py index 9df12080..52dbb874 100644 --- a/feedgetter.py +++ b/feedgetter.py @@ -121,10 +121,6 @@ class FeedGetter(object): except Exception, e: description = "" - sha256_hash = hashlib.sha256() - sha256_hash.update(article.link.encode('utf-8')) - article_id = sha256_hash.hexdigest() - try: self.c.execute('insert into articles values (?,?,?,?,?,?)', (\ datetime(*article.updated_parsed[:6]), \ |