From 334b5f22ebf4136baea0f3682ce1a7dacebb2f01 Mon Sep 17 00:00:00 2001 From: Ed Braaten Date: Sun, 2 Nov 2025 19:59:12 -0800 Subject: [PATCH] Fixed missing space in subject line, added HOIP contact info. --- DMR_Net_Check_In.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DMR_Net_Check_In.py b/DMR_Net_Check_In.py index 1c5138d..8518b85 100644 --- a/DMR_Net_Check_In.py +++ b/DMR_Net_Check_In.py @@ -339,7 +339,7 @@ for net_day in net_day_list: # Opening text headertext = '\n'.join([ 'PNW Digital ARES & EmComm Check-In Net - '+str(num_checkins)+ - 'check-ins on '+net_day+'\n', + ' check-ins on '+net_day+'\n', 'There were '+str(num_checkins)+' check-ins on '+net_day+' to the Pacific', 'Northwest (PNW) Digital ARES & EmComm Check-In Net.', ' ', @@ -347,8 +347,8 @@ for net_day in net_day_list: 'by our region\'s ARRL ARES districts. If any of the', 'info (i.e. name or agency affiliation) below is', 'incomplete or incorrect, please IM me on Jabber/', - 'XMPP at n7ekb@n7ekb.net, or e-mail me at ed@n7ekb.net', - 'with your updates.', + 'XMPP at n7ekb@n7ekb.net, e-mail me at ed@n7ekb.net, or', + 'call me on HOIP extension 103675 with your updates.', '\n\n' ]) outfile.write(headertext)