mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-06 15:04:06 +00:00
insert configHandler.checkConfig() helper in all plugins so save always same code
This commit is contained in:
parent
cbb9481c5c
commit
76686e016c
7 changed files with 18 additions and 71 deletions
|
|
@ -73,9 +73,6 @@ def run(typ,freq,data):
|
|||
@exception: nothing, make sure this function will never thrown an exception
|
||||
"""
|
||||
try:
|
||||
#
|
||||
# ConfigParser
|
||||
#
|
||||
if configHandler.checkConfig("template"): #read and debug the config (let empty if no config used)
|
||||
|
||||
########## User Plugin CODE ##########
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue