Commit d43e27ef authored by Studer Brendan's avatar Studer Brendan
Browse files

.

parent d7165522
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@ import shutil
from config.AppConfig import AppConfig

logging.basicConfig(format='[%(name)s::%(levelname)s]\t\t%(message)s', level=logging.DEBUG)
_logger = logging.getLogger(__name__)


def show_chapters(chapters):
@@ -26,7 +27,6 @@ def normalize_string(text):
def main(argv):
    
    app_config = AppConfig()
    _logger = logging.getLogger(__name__)
    
    inputfile = app_config.get("INPUT_FILE_NAME")
    outputFolder = app_config.get("OUTPUT_FOLDER_NAME")