arderyp / scotuswebcites

United States Supreme Count web citation discovery, presentation, and validation
GNU General Public License v3.0
1 stars 0 forks source link

run get_statuses() in all cases #47

Closed arderyp closed 8 years ago

arderyp commented 8 years ago

right now, the verify view won't run get_statuses() if the current status is 'u' and the scrape evaluation is 'gs'. However, it could be possible that the site was down during discovery, but up during verify time. This approach was adopted to save time, but it really doesn't take much extra time, so we should cover all cases and run it always.