Fixed bad relative pathing

This commit is contained in:
Jarian Cottingham 2025-10-14 14:56:15 -05:00
parent b231e39d8c
commit 917ab6a317

View File

@ -7,7 +7,7 @@ app = Flask(__name__)
script_dir = os.path.dirname(os.path.abspath(__file__))
# Import our archive parser
from .parse_archive import ArchiveParser
from parse_archive import ArchiveParser
# Initialize the archive parser
archive_parser = ArchiveParser()