Browse Source

removed print statement

main
unknown 1 year ago
parent
commit
9d1448b281
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      MarketPlaces/Quest/parser.py

+ 0
- 2
MarketPlaces/Quest/parser.py View File

@ -157,6 +157,4 @@ def quest_links_parser(soup):
if product_link_tag and product_link_tag.has_attr('href'): if product_link_tag and product_link_tag.has_attr('href'):
href.append(product_link_tag['href']) href.append(product_link_tag['href'])
print(len(href))
return href return href

Loading…
Cancel
Save