From 0b8e748ea60e0f89b04617a7380fce72f72fd10c Mon Sep 17 00:00:00 2001 From: petrucci4prez Date: Sat, 3 Jun 2017 19:59:50 -0400 Subject: [PATCH] this should not be here --- gmail.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gmail.py b/gmail.py index 4dbd416..86a649d 100644 --- a/gmail.py +++ b/gmail.py @@ -46,7 +46,6 @@ def monthlyTest(): logger.debug('Sending monthly test to email list') def intruderAlert(): - pass subject = 'harrison4hegemon - intruder detected' body = 'intruder detected - alarm was tripped on ' + time.strftime("%H:%M:%S - %d/%m/%Y") _sendToGmail(gmail['username'], gmail['passwd'], gmail['recipientList'], subject, body)