minor changes
This commit is contained in:
parent
69936fb351
commit
b57444cee8
3 changed files with 1 additions and 2 deletions
1
build.sh
1
build.sh
|
|
@ -4,7 +4,6 @@
|
|||
set -e
|
||||
|
||||
echo "--- Disco-Reaper Cross-Distro Build Script ---"
|
||||
echo "NOTE: For maximum compatibility (glibc), run this on your oldest target Linux distribution."
|
||||
|
||||
# Check for venv
|
||||
if [ ! -d "venv" ]; then
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ from textual import work
|
|||
|
||||
from src.core.configuration import load_config
|
||||
from src.core.base import MigrationContext
|
||||
from src.disco_reaper.exporter import DiscordExporter
|
||||
from src.core.exporter import DiscordExporter
|
||||
from src.ui.modals import ProgressScreen, ChannelSelectScreen, MessageIDInputModal
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue