]> git.treefish.org Git - logalert.git/commitdiff
removing unused class
authorAlexander Schmidt <alex@treefish.org>
Tue, 6 Oct 2020 17:00:53 +0000 (19:00 +0200)
committerAlexander Schmidt <alex@treefish.org>
Tue, 6 Oct 2020 17:00:53 +0000 (19:00 +0200)
src/line.py [deleted file]
src/logalert.py

diff --git a/src/line.py b/src/line.py
deleted file mode 100644 (file)
index 179d6c9..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-class Line:
-    def __init__(self, timestamp, content):
-        self.timestamp = timestamp
-        self.content = content
index cece7a47eb0988bb9e0924c9788a290d8e055a03..972201434dc2011b4b571ac796fbafc64a2c160c 100755 (executable)
@@ -7,8 +7,6 @@ import shlex
 import subprocess
 import time
 
-from line import Line
-
 MAX_LINES = 10
 ALERT_INTERVAL = 86400