mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-04 14:07:25 +00:00
resolve some codacy problems
This commit is contained in:
parent
d16b28ce4f
commit
6b520881b6
5 changed files with 3 additions and 5 deletions
|
|
@ -75,6 +75,9 @@ def run(typ,freq,data):
|
|||
try:
|
||||
if configHandler.checkConfig("template"): #read and debug the config (let empty if no config used)
|
||||
|
||||
logging.debug(globalVars.config.get("template", "test1"))
|
||||
logging.debug(globalVars.config.get("template", "test2"))
|
||||
|
||||
########## User Plugin CODE ##########
|
||||
if typ == "FMS":
|
||||
logging.warning("%s not supported", typ)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue