Little changes in .xml

This commit is contained in:
Kiryl
2022-10-26 16:22:32 +03:00
parent b0e5c0334b
commit 4cc1333b80
2 changed files with 2 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="LawCarta converter project" default="full-build">
<project name="LiveCarta converter project" default="full-build">
<target name="full-build"
depends="prepare"

View File

@@ -80,8 +80,7 @@ class DocxBook(BookSolver):
if __name__ == "__main__":
docx_file_path = "../../books/docx/output.docx"
docx_file_path = f"../../books/docx/output.docx"
logger_object = BookLogger(
name="docx", book_id=docx_file_path.split("/")[-1])
locker = Event()