Skip to content

Commit

Permalink
start scraper with filename announcement
Browse files Browse the repository at this point in the history
  • Loading branch information
threnjen committed Nov 27, 2024
1 parent 26e0933 commit c430fe5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/bgg_scraper/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,4 +277,6 @@ def parse_args():
scraper_type = args.scraper_type
urls_filename = args.urls_filename

print(f"Running {scraper_type} scraper with urls from {urls_filename}")

GameScraper(scraper_type, urls_filename).run_game_scraper_processes()

0 comments on commit c430fe5

Please sign in to comment.