|
@@ -67,13 +67,13 @@ def is_bad(line):
|
|
at = at.replace(" on ", "")
|
|
at = at.replace(" on ", "")
|
|
struct = {"user": user.lower(), "time": at}
|
|
struct = {"user": user.lower(), "time": at}
|
|
state = 1
|
|
state = 1
|
|
- print(struct)
|
|
|
|
|
|
+ #print(struct)
|
|
elif state == 1 and line.startswith("Using port"):
|
|
elif state == 1 and line.startswith("Using port"):
|
|
_, ip = line.split("[")
|
|
_, ip = line.split("[")
|
|
ip = ip.replace("]", "")
|
|
ip = ip.replace("]", "")
|
|
struct["ip"] = ip
|
|
struct["ip"] = ip
|
|
state = 0
|
|
state = 0
|
|
- print(struct)
|
|
|
|
|
|
+ #print(struct)
|
|
return struct
|
|
return struct
|
|
|
|
|
|
def checkup():
|
|
def checkup():
|