diff --git a/plugins/httpRequest/httpRequest.py b/plugins/httpRequest/httpRequest.py index 15c74d5..910ff81 100644 --- a/plugins/httpRequest/httpRequest.py +++ b/plugins/httpRequest/httpRequest.py @@ -101,3 +101,7 @@ def run(typ,freq,data): logging.error("cannot send HTTP request") 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