Closed samuellando closed 6 years ago
This is a feature I would like and I am willing to implement myself. Basically, I would implement a loop in main.py with a specified delay such that it runs without stopping.
Let me know here and I'll post a PR :)
@samuellando, You just want something simple like time.sleep() or something more complex? Either way go for it
time.sleep()
This is a feature I would like and I am willing to implement myself. Basically, I would implement a loop in main.py with a specified delay such that it runs without stopping.
Let me know here and I'll post a PR :)