Skip to content

Commit

Permalink
fix name conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
bdamokos committed Dec 30, 2024
1 parent 2ae2577 commit 0cd4585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/schedule_explorer/backend/main.py
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@
from .gtfs_loader import FlixbusFeed, load_feed

# Configure download directory - hardcoded to project root/downloads
DOWNLOAD_DIR = Path(os.environ["PROJECT_ROOT"]) / "downloads"
DOWNLOAD_DIR = FilePath(os.environ["PROJECT_ROOT"]) / "downloads"


# Configure logging

0 comments on commit 0cd4585

Please sign in to comment.