mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-18 04:43:38 +00:00
commit
ad8daf7284
2 changed files with 2 additions and 2 deletions
|
|
@ -53,4 +53,4 @@ def run(typ,freq,data):
|
|||
else:
|
||||
logging.warning("undefined typ '%s'", typ)
|
||||
except:
|
||||
logging.exception("")
|
||||
logging.exception("")
|
||||
|
|
|
|||
|
|
@ -43,4 +43,4 @@ def run(typ,freq,data):
|
|||
logging.warning(typ + " not supported")
|
||||
|
||||
except:
|
||||
logging.exception("unknown error")
|
||||
logging.exception("unknown error")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue