Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandhunt committed Jan 26, 2020
1 parent c092e2d commit 93b7bfe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scraper.py
Expand Up @@ -700,7 +700,9 @@ def doesscrapeurlexist(scrapesitelist, scrapeurl):
array_output = []
for output_el in output:

print('HEPP')
print(output_el.group())
print('HUPP)

array_output.append(output_el.group())
if len(array_output) > 1:
Expand Down

0 comments on commit 93b7bfe

Please sign in to comment.