diff --git a/goaccess_metric_parser.py b/goaccess_metric_parser.py index dc49d16..edc0c96 100644 --- a/goaccess_metric_parser.py +++ b/goaccess_metric_parser.py @@ -116,11 +116,4 @@ def parse_requests_info(status_code, write_type): if args.general: parse_geolocation_info(wr) if args.partial: - parse_requests_info(args.status_code, wr) - - - - - - - + parse_requests_info(args.status_code, wr) \ No newline at end of file