mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-05 14:35:17 +00:00
delete old test Plugins
This commit is contained in:
parent
d1d1e3e7bf
commit
6e5843c8d3
4 changed files with 1 additions and 21 deletions
|
|
@ -28,7 +28,7 @@ def run(typ,freq,data):
|
|||
#ConfigParser
|
||||
logging.debug("reading config file")
|
||||
try:
|
||||
for key,val in globals.config.items("template"):
|
||||
for key,val in globals.config.items("httpRequest"):
|
||||
logging.debug(" - %s = %s", key, val)
|
||||
except:
|
||||
logging.exception("cannot read config file")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue