From ddc6da9172a53e5e5efb8b534283f35eeb49b669 Mon Sep 17 00:00:00 2001 From: midoks Date: Thu, 9 Mar 2023 01:30:19 +0800 Subject: [PATCH] Update mw.py --- class/core/mw.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/class/core/mw.py b/class/core/mw.py index aee8585c6..76abb464b 100755 --- a/class/core/mw.py +++ b/class/core/mw.py @@ -564,7 +564,8 @@ def writeLog(stype, msg, args=()): if 'uid' in session: uid = session['uid'] except Exception as e: - writeFileLog(getTracebackInfo()) + pass + # writeFileLog(getTracebackInfo()) return writeDbLog(stype, msg, args, uid)