From cf246edc4b71556621f16751b51cb8c204fc5586 Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Sun, 22 Apr 2012 22:38:42 +0200 Subject: Indentation error. --- source/mongodb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/mongodb.py b/source/mongodb.py index a89858b0..a4c74669 100644 --- a/source/mongodb.py +++ b/source/mongodb.py @@ -63,7 +63,7 @@ class Articles(object): """ return self.db[str(feed_id)].find().next() - def get_all_feeds(self, condition=None): + def get_all_feeds(self, condition=None): """ """ feeds = [] -- cgit