raspishake / rsudp

Continuous visual display, sudden motion monitoring, and historical replay of Raspberry Shake data
https://raspishake.github.io/rsudp/
GNU General Public License v3.0
55 stars 32 forks source link

remove `exec()` from Alert class #5

Closed iannesbitt closed 4 years ago

iannesbitt commented 4 years ago

Due to the unreliability of python's exec(), this functionality will be moved from the rsudp.c_alert.Alert class to its own module. This will make the Alert module much more reliable, and will allow code to run by a separate thread calling exec() instead. Possible name of new module: rsudp.c_custom.Custom

iannesbitt commented 4 years ago

Moved exec() to rsudp.c_custom.Custom