converter: rename from book.py

This commit is contained in:
shirshasa
2021-04-14 13:53:12 +03:00
parent f7f660c969
commit 81ccbf5af3
2 changed files with 1 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ from threading import Event
import pika import pika
from access import Access from access import Access
from book import Book from docx_converter import Book
def configure_file_logger(name, filename='logs/converter_log.log', filemode='w+', def configure_file_logger(name, filename='logs/converter_log.log', filemode='w+',