mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-21 06:13:39 +00:00
improve pluginloader.py
This commit is contained in:
parent
e56af20517
commit
80c0573098
2 changed files with 17 additions and 10 deletions
9
plugin_test/plugins/not/not.py
Normal file
9
plugin_test/plugins/not/not.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