diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-10-13 09:40:11 +0200 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-10-13 09:40:11 +0200 |
commit | 884b9441c52b639193b35610f5f1d70f2938a475 (patch) | |
tree | f634a14d74087f406da0809e2b20d14e1af7645c /source/feedgetter.py | |
parent | Fixed encoding problem. (diff) | |
download | newspipe-884b9441c52b639193b35610f5f1d70f2938a475.tar.gz newspipe-884b9441c52b639193b35610f5f1d70f2938a475.tar.bz2 newspipe-884b9441c52b639193b35610f5f1d70f2938a475.zip |
Fixed comments.
Diffstat (limited to 'source/feedgetter.py')
-rwxr-xr-x | source/feedgetter.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/feedgetter.py b/source/feedgetter.py index 88b1c228..ce1cba1b 100755 --- a/source/feedgetter.py +++ b/source/feedgetter.py @@ -116,7 +116,7 @@ class FeedGetter(object): def add_into_database(self, feed_link, feed_original=None): """ - Add the articles of the feed 'a_feed' in the SQLite base. + Add the articles of the feed 'a_feed' in the database. """ a_feed = feedparser.parse(feed_link, handlers = [self.proxy]) if a_feed['entries'] == []: |