Skip to content

Commit

Permalink
Remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
thefakequake committed Feb 7, 2021
1 parent 059020d commit 8010aae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pypartpicker/scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ def part_search(search_term, **kwargs) -> Part:

try:
soup = make_soup(f"{search_link}&page={i + 1}")
print(soup)
except requests.exceptions.ConnectionError:
raise ValueError("Invalid region! Max retries exceeded with URL.")

Expand Down

0 comments on commit 8010aae

Please sign in to comment.