aboutsummaryrefslogtreecommitdiff
path: root/jobs/EmailChecker.py
diff options
context:
space:
mode:
authorTom Ritter <tom@ritter.vg>2016-01-26 00:23:21 -0500
committerTom Ritter <tom@ritter.vg>2016-01-26 00:23:21 -0500
commitaf54119a8d1ea2a653249aa3ba9f4a712af9cede (patch)
treec79376ab9919f7665962108d714c2a2c79196451 /jobs/EmailChecker.py
parent65e71a10d23a70cd9dfdd6922b87802ad72f4eac (diff)
Fixing PeerChecker to actually work, and report details of a failure
Diffstat (limited to 'jobs/EmailChecker.py')
-rwxr-xr-xjobs/EmailChecker.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/jobs/EmailChecker.py b/jobs/EmailChecker.py
index 51992bf..f65ed17 100755
--- a/jobs/EmailChecker.py
+++ b/jobs/EmailChecker.py
@@ -40,7 +40,7 @@ class EmailChecker(JobBase.JobBase):
M.logout()
if not foundSubject:
#This may not work, but try anyway
- self.sendEmail("Email Fetch Failure", "Body")
+ self.sendEmail("Email Fetch Failure", "")
return False
else:
- return True \ No newline at end of file
+ return True