forked from LiveCarta/BookConverter
add -m switch with module name
This commit is contained in:
@@ -16,4 +16,4 @@ VOLUME /app/logs
|
|||||||
# VOLUME /app/html
|
# VOLUME /app/html
|
||||||
# VOLUME /app/json
|
# VOLUME /app/json
|
||||||
|
|
||||||
CMD python -m /app/src/util/check_dirs.py && python -m /app/src/consumer.py
|
CMD python -m /app/src/util/check_dirs.py && python -m consumer.py
|
||||||
@@ -9,7 +9,7 @@ from threading import Event
|
|||||||
|
|
||||||
import pika
|
import pika
|
||||||
|
|
||||||
from access import Access
|
from src.access import Access
|
||||||
from src.docx_converter.docx_solver import DocxBook
|
from src.docx_converter.docx_solver import DocxBook
|
||||||
from src.epub_converter.epub_solver import EpubBook
|
from src.epub_converter.epub_solver import EpubBook
|
||||||
|
|
||||||
@@ -2,7 +2,8 @@ import re
|
|||||||
from typing import Union
|
from typing import Union
|
||||||
|
|
||||||
from ebooklib.epub import Section, Link
|
from ebooklib.epub import Section, Link
|
||||||
from src.livecarta_config import LiveCartaConfig
|
|
||||||
|
from livecarta_config import LiveCartaConfig
|
||||||
|
|
||||||
"""
|
"""
|
||||||
These are data structures which form mapping from NCX to python data structures.
|
These are data structures which form mapping from NCX to python data structures.
|
||||||
|
|||||||
Reference in New Issue
Block a user