fixing CI issues
This commit is contained in:
@@ -70,6 +70,9 @@ class DocumentManager:
|
||||
|
||||
except Exception as e:
|
||||
print(f"Error loading EPUB: {e}")
|
||||
import traceback
|
||||
print(f"Full traceback:")
|
||||
traceback.print_exc()
|
||||
return False
|
||||
|
||||
def load_html(self, html_string: str, title: str = "HTML Document",
|
||||
|
||||
Reference in New Issue
Block a user