From ca48ad5e242e35200e84dceafe2ba8da5a781f65 Mon Sep 17 00:00:00 2001 From: Ed Braaten Date: Sat, 3 Sep 2022 20:00:03 -0700 Subject: [PATCH] Updated to reflect Sunday instead of Saturday as our net day. --- DMR_Net_Check_In.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DMR_Net_Check_In.py b/DMR_Net_Check_In.py index 59d9056..6c75163 100644 --- a/DMR_Net_Check_In.py +++ b/DMR_Net_Check_In.py @@ -405,7 +405,7 @@ for net_day in net_day_list: # output the footer text... outfile.write("\nAbout the net:\n\n") - outfile.write("The PNW Digital ARES & EMCOMM Check-In Net is held every Saturday evening at 7:30 PM local\n") + outfile.write("The PNW Digital ARES & EMCOMM Check-In Net is held every Sunday evening at 7:30 PM local\n") outfile.write("time on PNW Regional, DMR talk group 31771 (available on both the PNW Digital http://pnwdigital.net\n") outfile.write("and Brandmeister DMR networks). Anyone interested in Amateur Radio Emergency Communications is\n") outfile.write("welcome to check-in. The net is an opportunity for DMR-capable ARES and EMCOMM hams to exercise\n")