Bug fixes and EPUB CSS improvements.

This commit is contained in:
Mark Wolfman
2021-07-11 23:03:36 -05:00
parent e40d6b1a20
commit d110ef6cda
7 changed files with 73 additions and 42 deletions
+1
View File
@@ -74,6 +74,7 @@ class BaseCharacterReader:
The path to the file that will be imported.
"""
print(filename)
self.filename = filename
def __call__(self, filename):