delete old test Plugins

This commit is contained in:
Bastian Schroll 2015-05-20 19:41:18 +02:00
parent d1d1e3e7bf
commit 6e5843c8d3
4 changed files with 1 additions and 21 deletions

View file

@ -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")