This commit is contained in:
Andreas Preikschat 2011-02-21 20:43:04 +01:00
parent eb4f7deea8
commit 0935af3cfb
1 changed files with 1 additions and 1 deletions

View File

@ -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]),