bug in telegram plugin

This commit is contained in:
Bastian Schroll 2016-10-02 22:59:14 +02:00
parent b444f257ac
commit 76dbdc0692

View file

@ -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)