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 56f7370 commit c092e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -700,7 +700,7 @@ def doesscrapeurlexist(scrapesitelist, scrapeurl):
array_output = []
for output_el in output:

print(output_el)
print(output_el.group())

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

0 comments on commit c092e2d

Please sign in to comment.