unitedstates / inspectors-general

Collecting reports from Inspectors General across the US federal government.
https://sunlightfoundation.com/blog/2014/11/07/opengov-voices-opening-up-government-reports-through-teamwork-and-open-data/
Creative Commons Zero v1.0 Universal
106 stars 21 forks source link

[sba] Fix off-by-one error #216

Closed divergentdave closed 9 years ago

divergentdave commented 9 years ago

The page query argument should be zero-based, not one-based.

This was making us not actually scrape the first page of results.

divergentdave commented 9 years ago

I rewrote the whole run() method in ad251cdf69159e35e502c78bd8522d97755920a5 as part of #213, so this doesn't need to be merged.