Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Search._scrape() verify that num_found is an int
On line 160 we compare `i` and `num_found` so let's ensure that they are both ints.
- Loading branch information