andrewshilliday / garage-door-controller

Software to monitor and control garage doors via a raspberry pi
MIT License
327 stars 132 forks source link

SMTP error : FIX #102

Closed mdbrewer closed 5 years ago

mdbrewer commented 5 years ago

on controller.py

Line 178, change from: sys.syslog("Error sending email: " + str(inst))

to syslog.syslog("Error sending email: " + str(inst))

andrewshilliday commented 5 years ago

Thanks for spotting that. I've committed the change to that line (actually, that error appears throughout the code - good catch)