forked from openlp/openlp
fix db
This commit is contained in:
parent
eb4f7deea8
commit
0935af3cfb
@ -126,7 +126,7 @@ class OSISBible(BibleDB):
|
||||
verse_text = match.group(4)
|
||||
if not db_book or db_book.name != self.books[book][0]:
|
||||
log.debug(u'New book: "%s"', self.books[book][0])
|
||||
if book == u'Matt':
|
||||
if book == u'Matt' or book == u'Jdt':
|
||||
testament += 1
|
||||
db_book = self.create_book(
|
||||
unicode(self.books[book][0]),
|
||||
|
Loading…
Reference in New Issue
Block a user