From e097bc235e2dfcbf3d9c082b9d90c54b3fed1bb9 Mon Sep 17 00:00:00 2001 From: Omar Santos Date: Sun, 13 Dec 2020 20:28:02 -0500 Subject: [PATCH] Update ParseLogs.py --- python_ruby_and_bash/parsing_auth_log/ParseLogs.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python_ruby_and_bash/parsing_auth_log/ParseLogs.py b/python_ruby_and_bash/parsing_auth_log/ParseLogs.py index 01abbcc..c17904b 100644 --- a/python_ruby_and_bash/parsing_auth_log/ParseLogs.py +++ b/python_ruby_and_bash/parsing_auth_log/ParseLogs.py @@ -1,7 +1,6 @@ import gzip import re - # # ParseLogs.py # Parsing component of Logalyzer. Original: https://github.com/hatRiot/logalyzer