Bible fixes part 2

This commit is contained in:
Tim Bentley 2010-02-06 16:51:18 +00:00
parent f5229ffaa4
commit 8992f410a5
1 changed files with 1 additions and 2 deletions

View File

@ -137,8 +137,7 @@ class OSISBible(BibleDB):
self.wizard.ImportProgressBar.setMaximum(260)
if last_chapter != chapter:
if last_chapter != 0:
pass
#self.save_verses()
self.commit()
self.wizard.incrementProgressBar(
u'Importing %s %s...' % \
(self.books[match.group(1)][0], chapter))