minor changes

This commit is contained in:
rambros 2026-03-06 21:48:59 +05:30
parent 69936fb351
commit b57444cee8
3 changed files with 1 additions and 2 deletions

View file

@ -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

View file

@ -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