Skip to content

Commit

Permalink
added console output for scrape period
Browse files Browse the repository at this point in the history
  • Loading branch information
LoveMyData committed Aug 27, 2018
1 parent c66735e commit 970b3b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scraper.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
$period = 'thisweek';
break;
}
print "Getting data for `" .$period. "`, changable via MORPH_PERIOD environment\n";

$rss_feed = $url_base . "/Pages/XC.Track/SearchApplication.aspx?d=" .$period. "&k=LodgementDate&t=DA&o=rss";

Expand Down

0 comments on commit 970b3b0

Please sign in to comment.