I've got a scheduled task web scraping script using requests that has been working without issue for over six months. Over the last few days I have been getting this result as the output instead:
<div class="pure-g"> <div class="pure-u-1-5"></div> <div class="pure-u-1 pure-u-sm-3-5">
Any thoughts as to what would be causing this? The script runs without any errors.
When I run it in a console it completes very quickly, which tells me perhaps it is not even going out to the webpage?
Thanks. Rob.