mirror of
				https://github.com/janeczku/calibre-web
				synced 2025-11-04 09:13:02 +00:00 
			
		
		
		
	Fix reference issue
This commit is contained in:
		@@ -53,7 +53,7 @@ class TaskConvert(CalibreTask):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    def _convert_ebook_format(self):
 | 
					    def _convert_ebook_format(self):
 | 
				
			||||||
        error_message = None
 | 
					        error_message = None
 | 
				
			||||||
        local_session = db.CalibreDB()
 | 
					        local_session = db.CalibreDB().session
 | 
				
			||||||
        file_path = self.file_path
 | 
					        file_path = self.file_path
 | 
				
			||||||
        book_id = self.bookid
 | 
					        book_id = self.bookid
 | 
				
			||||||
        format_old_ext = u'.' + self.settings['old_book_format'].lower()
 | 
					        format_old_ext = u'.' + self.settings['old_book_format'].lower()
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user