SiriControl-System
SiriControl-System copied to clipboard
Move fetch interval to a constant on top for easier configuration
To short for a whole PR hehe
+interval = 1
-time.sleep(1)
+time.sleep(interval)