Loading .env.example +2 −1 Original line number Diff line number Diff line INPUT_FILE_NAME=Chapters.json OUTPUT_FOLDER_NAME=Output LAST_INTERACTION=-1 No newline at end of file eol_json_parser.py +1 −1 Original line number Diff line number Diff line Loading @@ -114,7 +114,7 @@ def main(argv): f"{interaction['Actor']['Name']}: {interaction['Text']}\n\n") for choice in interaction['Responses']: if choice['NextInteractionID'] == -1: if choice['NextInteractionID'] == int(app_config.get("LAST_INTERACTION")): if idx_scene == len(chapter["Scenes"]) - 1: if idx_chapter == len(contents["Chapters"]) -1: f.write( Loading Loading
.env.example +2 −1 Original line number Diff line number Diff line INPUT_FILE_NAME=Chapters.json OUTPUT_FOLDER_NAME=Output LAST_INTERACTION=-1 No newline at end of file
eol_json_parser.py +1 −1 Original line number Diff line number Diff line Loading @@ -114,7 +114,7 @@ def main(argv): f"{interaction['Actor']['Name']}: {interaction['Text']}\n\n") for choice in interaction['Responses']: if choice['NextInteractionID'] == -1: if choice['NextInteractionID'] == int(app_config.get("LAST_INTERACTION")): if idx_scene == len(chapter["Scenes"]) - 1: if idx_chapter == len(contents["Chapters"]) -1: f.write( Loading