From f42742759bd36b924d11006cc7d0c04db15fbd48 Mon Sep 17 00:00:00 2001 From: slatinsky Date: Thu, 24 Nov 2022 23:15:03 +0100 Subject: [PATCH] update exports folder path in GUI --- backend/preprocess/Assets.py | 2 +- frontend/src/routes/+layout.svelte | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/preprocess/Assets.py b/backend/preprocess/Assets.py index 603da5b0..0f4bd8eb 100644 --- a/backend/preprocess/Assets.py +++ b/backend/preprocess/Assets.py @@ -12,7 +12,7 @@ def __init__(self, input_dir: str, media_filepaths: dict, ids_from_html) -> None self.input_dir = input_dir # key is filename with hash, value is filepath - example: - # 'unknown-39F95.png': '../static/input/.../unknown-39F95.png' + # 'unknown-39F95.png': '../exports/.../unknown-39F95.png' self.media_filepaths = media_filepaths # key is padded message id, value is list of filenames found in the message - example: diff --git a/frontend/src/routes/+layout.svelte b/frontend/src/routes/+layout.svelte index 592e6952..7664b252 100644 --- a/frontend/src/routes/+layout.svelte +++ b/frontend/src/routes/+layout.svelte @@ -16,7 +16,7 @@ import './styles.css';

No chat exports found

- Please close this app and "http-server" terminal, move your DiscordChatExporter JSON+media exports to "/static/input/" folder and rerun + Please close this app and "http-server" terminal, move your DiscordChatExporter JSON+media exports to "/exports/" folder and rerun "START_VIEWER.bat"