This will reduce output that gets sent to the screen or to the nohup.out file.
@@ -67,13 +67,13 @@ def is_bad(line):
at = at.replace(" on ", "")
struct = {"user": user.lower(), "time": at}
state = 1
- print(struct)
+ #print(struct)
elif state == 1 and line.startswith("Using port"):
_, ip = line.split("[")
ip = ip.replace("]", "")
struct["ip"] = ip
state = 0
return struct
def checkup():