diff --git a/monitor.py b/monitor.py index 421f914..0c903df 100644 --- a/monitor.py +++ b/monitor.py @@ -667,7 +667,7 @@ def process_message(_bmessage): f.write("
\n") f.write(" .: Lastheard :. \n") f.write("\n") - f.write("\n") + f.write("\n") with open(LOG_PATH+"lastheard.log", "r") as textfile: for row in islice(reversed(list(csv.reader(textfile))),200): duration=row[1] @@ -678,11 +678,11 @@ def process_message(_bmessage): else: qrz = ""+row[11]+" ("+row[10]+")" if len(row) < 13: - hline="" + hline="" my_list.append(row[10]) n += 1 else: - hline="" + hline="" my_list.append(row[10]) n += 1 f.write(hline+"\n")
DateTimeCallsign (DMR-Id)NameTG#TG NameTX (s)SlotSource IDSystem
DateTimeCallsign (DMR-Id)NameTG#TG NameTX (s)SlotSystem
"+row[0][:10]+""+row[0][11:16]+""+qrz+""+row[8][2:]+""+row[9]+""+dur+""+row[7][2:]+""+row[6]+""+row[4]+"
"+row[0][:10]+""+row[0][11:16]+""+qrz+""+row[8][2:]+""+row[9]+""+dur+""+row[7][2:]+""+row[4]+"
"+row[0][:10]+""+row[0][11:16]+""+qrz+""+row[12]+""+row[8][2:]+""+row[9]+""+dur+""+row[7][2:]+""+row[6]+""+row[4]+"
"+row[0][:10]+""+row[0][11:16]+""+qrz+""+row[12]+""+row[8][2:]+""+row[9]+""+dur+""+row[7][2:]+""+row[4]+"