Merge pull request #19 from JHCD/develop

small change in configParser
This commit is contained in:
Schrolli91 2015-05-20 18:53:18 +02:00
commit ad8daf7284
2 changed files with 2 additions and 2 deletions

View file

@ -53,4 +53,4 @@ def run(typ,freq,data):
else:
logging.warning("undefined typ '%s'", typ)
except:
logging.exception("")
logging.exception("")

View file

@ -43,4 +43,4 @@ def run(typ,freq,data):
logging.warning(typ + " not supported")
except:
logging.exception("unknown error")
logging.exception("unknown error")