aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xannounce.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/announce.py b/announce.py
index 748aa40..0752705 100755
--- a/announce.py
+++ b/announce.py
@@ -126,8 +126,8 @@ if __name__ == '__main__':
outfile = open(outpath, 'w')
- print("\nSubject : %s\n\n" %SUBJECT)
- outfile.write("Subject : %s\n\n" %SUBJECT)
+ print("\nSubject : [ANNOUNCEMENT] %s\n\n" %SUBJECT)
+ outfile.write("Subject : [ANNOUNCEMENT] %s\n\n" %SUBJECT)
GREETINGS = "We are pleased to announce the " + RELEASE_STR + " is now available for download."
print(GREETINGS)