mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-23 16:40:21 +01:00
added missing except for httpRequest
This commit is contained in:
parent
87238e60cc
commit
6da22e331a
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue