Skip to content

Commit

Permalink
add logging for collected project IDs from JSON file
Browse files Browse the repository at this point in the history
  • Loading branch information
SawyerCzupka committed Feb 22, 2025
1 parent 07afcf6 commit a4f1843
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gef-portal-scraper/gef_portal_scraper/gef_portal_scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ def main():
project_ids = get_project_ids_from_json(PROJECTS_JSON_PATTERN)

# project_ids = get_ids_from_json("gef_7_project_ids")

logging.info(f"Collected {len(project_ids)} project IDs from json file")

download_project_ids(project_ids)

Expand Down

0 comments on commit a4f1843

Please sign in to comment.