Skip to content

Commit

Permalink
scrape all pages
Browse files Browse the repository at this point in the history
  • Loading branch information
sk-ram authored and maany committed Apr 14, 2024
1 parent 5d5c01a commit fdaf3d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def scrape(
except Exception as e:
logger.info("could not register file")
last_successful_data = current_data
if page >= 2:
else:
logger.error(f"{job_id}: Error: {response.status_code} - {response.text}")
logger.info("No more tweets found for this query. Scraping completed.")

Expand Down

0 comments on commit fdaf3d3

Please sign in to comment.