Skip to content

Commit

Permalink
cleanup stray commented method
Browse files Browse the repository at this point in the history
  • Loading branch information
threnjen committed Nov 28, 2024
1 parent 8bc574d commit 9d68aa9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/bgg_scraper/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ def start_requests(self):
if self.s3_file_handler.check_file_exists(
file_path=f"{WORKING_DIR}{self.save_file_path}/user_{user_id}.xml"
):
# self.download_from_s3()
self.logger.info(f"User {user_id} already exists. Skipping...")
continue

Expand Down

0 comments on commit 9d68aa9

Please sign in to comment.