mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-07 00:50:05 +01:00
fixed error httpreq plugin
This commit is contained in:
parent
8ce7af579b
commit
298ed0a06c
|
|
@ -53,7 +53,7 @@ def run(typ,freq,data):
|
|||
logging.warning("Invalid Typ: %s", typ)
|
||||
|
||||
except:
|
||||
loggin.exception("cannot send HTTP request")
|
||||
logging.exception("cannot send HTTP request")
|
||||
else:
|
||||
|
||||
try:
|
||||
|
|
|
|||
Loading…
Reference in a new issue