icl-iot-weather/sleep.py
2020-10-19 15:08:23 +01:00

8 lines
144 B
Python
Executable File

#!/usr/local/bin/python
import time
import logging
logging.warning('RUNNING.>.>.')
while True:
logging.info('Running...')
time.sleep(5)