Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kooben209 committed Oct 2, 2018
1 parent d6f5665 commit 0b90a86
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scraper.py
Expand Up @@ -33,8 +33,6 @@ def parseAskingPrice(aPrice):
filtered_dict = {k:v for (k,v) in os.environ.items() if 'MORPH_URL' in k}
for k, v in filtered_dict.items():
checkURL = v
print(checkURL)

driver.get(checkURL)

try:
Expand Down

0 comments on commit 0b90a86

Please sign in to comment.