Fix reference issue
This commit is contained in:
parent
0480edce2a
commit
3fa4149bb0
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ class TaskConvert(CalibreTask):
|
|||
|
||||
def _convert_ebook_format(self):
|
||||
error_message = None
|
||||
local_session = db.CalibreDB()
|
||||
local_session = db.CalibreDB().session
|
||||
file_path = self.file_path
|
||||
book_id = self.bookid
|
||||
format_old_ext = u'.' + self.settings['old_book_format'].lower()
|
||||
|
|
Loading…
Reference in a new issue