Update mw.py
This commit is contained in:
parent
ceba7ab673
commit
ddc6da9172
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue