BOSWatch/plugin_test/plugins/none/none.py
2015-05-19 15:43:15 +02:00

9 lines
173 B
Python

#!/usr/bin/python
# -*- coding: cp1252 -*-
import logging # Global logger
import globals # Global variables
def run(typ,freq,data):
logging.info("Nothing to do")