You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "veritaserum/reporter.py", line 60, in __clean if now > (timestamp + self.maxage): TypeError: unsupported operand type(s) for +: 'datetime.datetime' and 'NoneType'
This occurs in the clean section of the code which prevents cached messages from being deleted. The rest of the script works as intended.
The text was updated successfully, but these errors were encountered:
File "veritaserum/reporter.py", line 60, in __clean if now > (timestamp + self.maxage): TypeError: unsupported operand type(s) for +: 'datetime.datetime' and 'NoneType'
This occurs in the clean section of the code which prevents cached messages from being deleted. The rest of the script works as intended.
The text was updated successfully, but these errors were encountered: