added missing except for httpRequest

This commit is contained in:
Jan-Hendrik Plogmann 2016-10-01 20:37:38 +02:00
parent 87238e60cc
commit 6da22e331a

View file

@ -102,6 +102,5 @@ def run(typ,freq,data):
logging.debug("cannot send HTTP request", exc_info=True)
return
except:
logging.error("cannot send HTTP request")
logging.debug("cannot send HTTP request", exc_info=True)
return
logging.error("unknown error")
logging.debug("unknown error", exc_info=True)