forked from openlp/openlp
Fix traceback
This commit is contained in:
parent
89ce4131e7
commit
ebaf99f4fb
@ -47,7 +47,7 @@ class SwordBible(BibleDB):
|
|||||||
if self.sword_path == '':
|
if self.sword_path == '':
|
||||||
self.sword_path = None
|
self.sword_path = None
|
||||||
|
|
||||||
def do_import(self):
|
def do_import(self, bible_name=None):
|
||||||
"""
|
"""
|
||||||
Loads a Bible from SWORD module.
|
Loads a Bible from SWORD module.
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user