Tapeworm starts fine when the mysql server isn't up and running.
If it can connect, it fails to run, with this in the error log:<br>
<br>
Traceback (most recent call last):<br>
File "TapeWorm.py", line 262, in ?<br>
File "TapeWorm.py", line 81, in __init__<br>
File "TapeWorm.py", line 179, in OnRefresh<br>
AttributeError: 'NoneType' object has no attribute 'month'<br>
<br>
There must be something funny in my database...<br>
<br>
MRW<br>