DSACancellationChecker icon indicating copy to clipboard operation
DSACancellationChecker copied to clipboard

crojob when website is offline

Open PhilipAD opened this issue 7 years ago • 0 comments

Whenever the website is offline I get the following error.

Traceback (most recent call last): File "DSAChecker.py", line 226, in performUpdate() File "DSAChecker.py", line 165, in performUpdate dateChangeURL = launcher.html.find(id="date-time-change").get('href') AttributeError: 'NoneType' object has no attribute 'get'

In the description, you specified that a cronjob is not required? How would the script repeat if the website is not online?

PhilipAD avatar Sep 02 '17 14:09 PhilipAD