Fixed missing space in subject line, added HOIP contact info.
This commit is contained in:
parent
cc56f81cc1
commit
334b5f22eb
1 changed files with 3 additions and 3 deletions
|
|
@ -339,7 +339,7 @@ for net_day in net_day_list:
|
||||||
# Opening text
|
# Opening text
|
||||||
headertext = '\n'.join([
|
headertext = '\n'.join([
|
||||||
'PNW Digital ARES & EmComm Check-In Net - '+str(num_checkins)+
|
'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',
|
'There were '+str(num_checkins)+' check-ins on '+net_day+' to the Pacific',
|
||||||
'Northwest (PNW) Digital ARES & EmComm Check-In Net.',
|
'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',
|
'by our region\'s ARRL ARES districts. If any of the',
|
||||||
'info (i.e. name or agency affiliation) below is',
|
'info (i.e. name or agency affiliation) below is',
|
||||||
'incomplete or incorrect, please IM me on Jabber/',
|
'incomplete or incorrect, please IM me on Jabber/',
|
||||||
'XMPP at n7ekb@n7ekb.net, or e-mail me at ed@n7ekb.net',
|
'XMPP at n7ekb@n7ekb.net, e-mail me at ed@n7ekb.net, or',
|
||||||
'with your updates.',
|
'call me on HOIP extension 103675 with your updates.',
|
||||||
'\n\n'
|
'\n\n'
|
||||||
])
|
])
|
||||||
outfile.write(headertext)
|
outfile.write(headertext)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue