this should not be here

This commit is contained in:
petrucci4prez 2017-06-03 19:59:50 -04:00
parent 061dd9b809
commit 0b8e748ea6
1 changed files with 0 additions and 1 deletions

View File

@ -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)