From 732153d21c27b1667cf9919994003f289500e397 Mon Sep 17 00:00:00 2001 From: Waldek Date: Sun, 23 May 2021 20:30:34 +0200 Subject: [PATCH] small html update --- monitor.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/monitor.py b/monitor.py index db38fa9..5329e25 100644 --- a/monitor.py +++ b/monitor.py @@ -777,11 +777,11 @@ def process_message(_bmessage): else: qrz = ""+row[11]+" ("+row[10]+")" if len(row) < 13: - hline=""+row[0][:10]+""+row[0][11:16]+""+qrz+""+row[8][2:]+""+row[9]+""+dur+""+row[4]+"" + hline=""+row[0][:10]+""+row[0][11:16]+""+qrz+""+row[8][2:]+""+row[9]+""+dur+""+row[4]+"" my_list.append(row[10]) n += 1 else: - hline=""+row[0][:10]+""+row[0][11:16]+""+qrz+""+row[12]+""+row[8][2:]+""+row[9]+""+dur+""+row[4]+"" + hline=""+row[0][:10]+""+row[0][11:16]+""+qrz+""+row[12]+""+row[8][2:]+""+row[9]+""+dur+""+row[4]+"" my_list.append(row[10]) n += 1 f.write(hline+"\n")