diff --git a/clean/runner.py b/clean/runner.py index 045bd95..8b3aa40 100644 --- a/clean/runner.py +++ b/clean/runner.py @@ -94,7 +94,7 @@ def download_agency(self, agency_slug: str) -> Path: """ state, slug = self._validate_agency_slug(agency_slug) # Define the path to the JSON file - json_path = Path.home() / f".clean-scraper/exports/{agency_slug}.json" + json_path = self.data_dir / f"{agency_slug}.json" # Load the JSON file with open(json_path) as f: