diff --git a/class/core/mw.py b/class/core/mw.py index ff395e949..e62708b29 100755 --- a/class/core/mw.py +++ b/class/core/mw.py @@ -1771,7 +1771,7 @@ def notifyMessage(msg, stype='common', trigger_time=300, is_write_log=True): try: return notifyMessageTry(msg, stype, trigger_time, is_write_log) except Exception as e: - print(mw.getTracebackInfo()) + print(getTracebackInfo()) return False