]> git.treefish.org Git - logalert.git/blob - src/line.py
re-send alerts; fix early un-alert
[logalert.git] / src / line.py
1 class Line:
2     def __init__(self, timestamp, content):
3         self.timestamp = timestamp
4         self.content = content