More bible changes

This commit is contained in:
Tim Bentley 2009-10-14 06:13:09 +01:00
parent 1bca1cf4cf
commit dfe31f370d
1 changed files with 2 additions and 0 deletions

View File

@ -294,8 +294,10 @@ class BibleManager(object):
book, chapter)
if count == 0:
text = self.get_verse_text(bible, book, chapter, chapter, 1, 1)
print text
count = self.bible_db_cache[bible].get_max_bible_book_verses(
book, chapter)
print count
return count
else:
return self.bible_db_cache[bible].get_max_bible_book_verses(