forked from openlp/openlp
Fix bible function call
This commit is contained in:
parent
ae67228139
commit
68a7fbcf56
@ -283,7 +283,8 @@ class BibleManager(object):
|
|||||||
count = self.bible_db_cache[bible].get_max_bible_book_verses(
|
count = self.bible_db_cache[bible].get_max_bible_book_verses(
|
||||||
book, chapter)
|
book, chapter)
|
||||||
if count == 0:
|
if count == 0:
|
||||||
#text = self.get_verse_text(bible, book, chapter, chapter, 1, 1)
|
# Make sure the first chapter has been downloaded
|
||||||
|
self.get_verse_text(bible, book, chapter, chapter, 1, 1)
|
||||||
count = self.bible_db_cache[bible].get_max_bible_book_verses(
|
count = self.bible_db_cache[bible].get_max_bible_book_verses(
|
||||||
book, chapter)
|
book, chapter)
|
||||||
return count
|
return count
|
||||||
|
Loading…
Reference in New Issue
Block a user