this should not be here
This commit is contained in:
parent
061dd9b809
commit
0b8e748ea6
1
gmail.py
1
gmail.py
|
@ -46,7 +46,6 @@ def monthlyTest():
|
||||||
logger.debug('Sending monthly test to email list')
|
logger.debug('Sending monthly test to email list')
|
||||||
|
|
||||||
def intruderAlert():
|
def intruderAlert():
|
||||||
pass
|
|
||||||
subject = 'harrison4hegemon - intruder detected'
|
subject = 'harrison4hegemon - intruder detected'
|
||||||
body = 'intruder detected - alarm was tripped on ' + time.strftime("%H:%M:%S - %d/%m/%Y")
|
body = 'intruder detected - alarm was tripped on ' + time.strftime("%H:%M:%S - %d/%m/%Y")
|
||||||
_sendToGmail(gmail['username'], gmail['passwd'], gmail['recipientList'], subject, body)
|
_sendToGmail(gmail['username'], gmail['passwd'], gmail['recipientList'], subject, body)
|
||||||
|
|
Loading…
Reference in New Issue