From 991bfa0cc9f1920fead364865e0cc2bdb5e9c5d8 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 20 Jan 2013 23:21:56 +0100 Subject: Updated comment. --- source/feedgetter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') diff --git a/source/feedgetter.py b/source/feedgetter.py index 82ad2a0f..fba7e6a7 100755 --- a/source/feedgetter.py +++ b/source/feedgetter.py @@ -47,7 +47,7 @@ class FeedGetter(object): """ def __init__(self): """ - Initializes the base and variables. + Initializes the database connection. """ # MongoDB connections self.articles = mongodb.Articles(conf.MONGODB_ADDRESS, conf.MONGODB_PORT, \ -- cgit