mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-07 23:43:36 +00:00
bug in telegram plugin
This commit is contained in:
parent
b444f257ac
commit
76dbdc0692
1 changed files with 2 additions and 2 deletions
|
|
@ -124,6 +124,6 @@ def run(typ,freq,data):
|
|||
logging.warning("Invalid Typ: %s", typ)
|
||||
########## User Plugin CODE ##########
|
||||
|
||||
except:
|
||||
except:
|
||||
logging.error("unknown error")
|
||||
logging.debug("unknown error", exc_info=True)
|
||||
logging.debug("unknown error", exc_info=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue