From f66e26cd6e790929b2aab944ce01d41f5c73c8b0 Mon Sep 17 00:00:00 2001 From: Simon Marsh Date: Tue, 14 May 2019 12:00:20 +0100 Subject: [PATCH] Remove tabs in lg.py --- lg.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lg.py b/lg.py index abd562a..d690d3a 100644 --- a/lg.py +++ b/lg.py @@ -269,9 +269,9 @@ def summary(hosts, proto="ipv4"): props["since"] = split[4] if len(split) > 5: - # if bird is configured for 'timeformat protocol iso long' + # if bird is configured for 'timeformat protocol iso long' # then the 5th column contains the time, rather than info - match = re.match(r'\d\d:\d\d:\d\d', split[5]) + match = re.match(r'\d\d:\d\d:\d\d', split[5]) if match: props["info"] = ' '.join(split[6:]) if len(split) > 6 else "" else: