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?
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?