saimj7 / People-Counting-in-Real-Time

People Counting in Real-Time with an IP camera.
MIT License
528 stars 263 forks source link

Mail Alert stops code from running #55

Closed XxXxNooBxXxX closed 1 year ago

XxXxNooBxXxX commented 1 year ago

How can I make the mail alert not stop the code from running, while also sending me an email whenever the number of people goes over the threshold?

saimj7 commented 1 year ago

We need to use a background thread to send the alerts, fixed in this commit