From 4dbebe317803780952555a74776f30b9ddd851e0 Mon Sep 17 00:00:00 2001 From: mbridak Date: Mon, 13 Jan 2025 10:11:47 -0800 Subject: [PATCH] @mbridak rtty as dg --- not1mm/plugins/winter_field_day.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/not1mm/plugins/winter_field_day.py b/not1mm/plugins/winter_field_day.py index 083add6..0a45482 100644 --- a/not1mm/plugins/winter_field_day.py +++ b/not1mm/plugins/winter_field_day.py @@ -330,6 +330,8 @@ def cabrillo(self, file_encoding): themode = contact.get("Mode", "") if themode == "LSB" or themode == "USB": themode = "PH" + if themode == "RTTY": + themode = "DG" frequency = str(int(contact.get("Freq", "0"))).rjust(5) loggeddate = the_date_and_time[:10]