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