forked from openlp/openlp
More BibleGateway work - no prints
This commit is contained in:
parent
1c0ce26e54
commit
0e5ed927c1
@ -85,7 +85,6 @@ class BGExtract(BibleCommon):
|
||||
start_tag = verseText.find(verseFootnote)
|
||||
# Chop off verse and start again
|
||||
xml_string = xml_string[i:]
|
||||
#print "C", xml_string
|
||||
versePos = xml_string.find(verseSearch) #look for the next verse
|
||||
bible[verse] = self._clean_text(verseText) # store the verse
|
||||
verse += 1
|
||||
|
Loading…
Reference in New Issue
Block a user