SiriControl-System icon indicating copy to clipboard operation
SiriControl-System copied to clipboard

Move fetch interval to a constant on top for easier configuration

Open flesler opened this issue 8 years ago • 0 comments

To short for a whole PR hehe

+interval = 1

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

flesler avatar May 29 '17 19:05 flesler