Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kooben209 committed Mar 26, 2019
1 parent e68e61e commit b02d8cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -71,7 +71,7 @@ def saveToStore(data):
for k, v in filtered_dict.items():
checkURL = v
if os.environ.get('MORPH_MAXDAYS') == "0":
checkURL = checkURL.replace("&maxDaysSinceAdded=1","")
checkURL = checkURL.replace("&maxDaysSinceAdded=3","")

if os.environ.get('MORPH_DEBUG') == "1":
print(checkURL)
Expand Down

0 comments on commit b02d8cc

Please sign in to comment.