thesanjeetc/SiriControl-System

Move fetch interval to a constant on top for easier configuration

flesler opened this issue · 0 comments

To short for a whole PR hehe

+interval = 1

-time.sleep(1)
+time.sleep(interval)