From e94deb5608de93418ba8ab1535a824ef815f5e01 Mon Sep 17 00:00:00 2001 From: Waldek Date: Sat, 1 Feb 2020 09:42:31 +0100 Subject: [PATCH] Update monitor.py Fixed problem broken the line. TNX F1SCA. --- monitor.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/monitor.py b/monitor.py index 71502e0..7223cbb 100644 --- a/monitor.py +++ b/monitor.py @@ -548,8 +548,7 @@ def process_message(_bmessage): dur=str(int(float(duration.strip()))) if row[10] not in my_list: if len(row) < 13: - hline=""+row[0][:10]+""+row[0][11:16]+""+row[7][2:]+""+row[11]+" ("+row[10]+")"+row[8][2:]+""+row[9]+" - \]"+dur+""+row[6]+""+row[4]+"" + hline=""+row[0][:10]+""+row[0][11:16]+""+row[7][2:]+""+row[11]+" ("+row[10]+")"+row[8][2:]+""+row[9]+""+dur+""+row[6]+""+row[4]+"" my_list.append(row[10]) n += 1 else: