Skip to content

Commit

Permalink
update exports folder path in GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
slatinsky committed Nov 24, 2022
1 parent 3fc420b commit f427427
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/preprocess/Assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import './styles.css';
<div class="error">
<h1>No chat exports found</h1>
<p>
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"
</p>

Expand Down

0 comments on commit f427427

Please sign in to comment.