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
0df55885d9
commit
87238e60cc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue