mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-04 14:07:25 +00:00
change in httpreq plugin
This commit is contained in:
parent
169fb8569a
commit
da2ea5fe4e
1 changed files with 4 additions and 0 deletions
|
|
@ -66,6 +66,10 @@ def run(typ,freq,data):
|
|||
logging.exception("no HTTP request been sended")
|
||||
except: #otherwise
|
||||
logging.exception("cannot get HTTP response")
|
||||
|
||||
finally:
|
||||
logging.debug("close http-Connection")
|
||||
httprequest.close()
|
||||
########## User Plugin CODE ##########
|
||||
|
||||
except:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue