From bc214ac9906f9bfdfc715589d93b7a8afbf4ae26 Mon Sep 17 00:00:00 2001 From: Philip Ridout Date: Mon, 12 Aug 2013 19:19:57 +0100 Subject: [PATCH] Indented line to show continuation --- openlp/plugins/bibles/lib/http.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/plugins/bibles/lib/http.py b/openlp/plugins/bibles/lib/http.py index 008857802..99b85406f 100644 --- a/openlp/plugins/bibles/lib/http.py +++ b/openlp/plugins/bibles/lib/http.py @@ -375,7 +375,7 @@ class BSExtract(object): content = content.findAll(u'li') return [ book.contents[0].contents[0] for book in content - if len(book.contents[0].contents) + if len(book.contents[0].contents) ]