Skip to content

Commit

Permalink
rpm =0
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Mar 4, 2024
1 parent f2b37cc commit 61b59ae
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ def scrape(self) -> Generator[dict[str, dict], None, None]:
)

scraper = FinancialDisclosureScraper()
scraper.requests_per_minute = 0
for filer in scraper.scrape():
filer_writer.writerow(filer["FilerInfo"])
filer_id = filer["FilerInfo"]["FilerID"]
Expand Down

0 comments on commit 61b59ae

Please sign in to comment.