fix: add channel login exception log

This commit is contained in:
zhayujie
2024-05-08 12:54:13 +08:00
parent 118122c541
commit a6ef3bc0ce
2 changed files with 6 additions and 6 deletions

View File

@@ -132,7 +132,7 @@ class WechatChannel(ChatChannel):
# start message listener
itchat.run()
except Exception as e:
logger.error(e)
logger.exception(e)
def exitCallback(self):
try: