sheeesh
This commit is contained in:
9
python/src/loop.py
Normal file
9
python/src/loop.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from time import sleep
|
||||
|
||||
from discovery import start_discovery
|
||||
|
||||
|
||||
def start_loop(interval=60):
|
||||
while True:
|
||||
start_discovery()
|
||||
sleep(interval)
|
||||
Reference in New Issue
Block a user