mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-06 15:04:06 +00:00
change directory into main-dev-dir
This commit is contained in:
parent
1cfb705ad5
commit
76ec264046
19 changed files with 196 additions and 717 deletions
9
plugins/none/none.py
Normal file
9
plugins/none/none.py
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/python
|
||||
# -*- coding: cp1252 -*-
|
||||
|
||||
import logging # Global logger
|
||||
import globals # Global variables
|
||||
|
||||
def run(typ,freq,data):
|
||||
logging.info("Nothing to do")
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue