remove last line from email so it's more appropriate for both sysop and user
This commit is contained in:
parent
30893aaf2c
commit
142f401eca
@ -161,8 +161,6 @@ def sendEmail() :
|
|||||||
f.writelines(" Cram-MD5: "+cramMD5+"\n")
|
f.writelines(" Cram-MD5: "+cramMD5+"\n")
|
||||||
f.writelines(" BBS Software: "+bbsSoftware+"\n")
|
f.writelines(" BBS Software: "+bbsSoftware+"\n")
|
||||||
f.writelines("\n")
|
f.writelines("\n")
|
||||||
f.writelines("Please assign a node as soon as possible and let the user know when completed.\n")
|
|
||||||
f.writelines("\n")
|
|
||||||
|
|
||||||
f.close()
|
f.close()
|
||||||
|
|
||||||
@ -170,6 +168,7 @@ def sendEmail() :
|
|||||||
baseID = 1
|
baseID = 1
|
||||||
|
|
||||||
menucmd('MX', tmpFile+';'+str(baseID)+';'+handle+';'+SYSOP+';'+subject)
|
menucmd('MX', tmpFile+';'+str(baseID)+';'+handle+';'+SYSOP+';'+subject)
|
||||||
|
menucmd('MX', tmpFile+';'+str(baseID)+';'+'Node Application Robot'+';'+handle+';'+subject)
|
||||||
os.remove(tmpFile)
|
os.remove(tmpFile)
|
||||||
|
|
||||||
# add/edit application
|
# add/edit application
|
||||||
|
Loading…
x
Reference in New Issue
Block a user