liangzhongquan 2 年之前
父節點
當前提交
c16a7bdf41
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sx_utils/webutil.py

+ 1 - 1
sx_utils/webutil.py

@@ -39,5 +39,5 @@ def web_try(exception_ret=None):
                 return ret
             return json_compatible({"status": error_code,
                                     "result": ret,
-                                    "msg": msg.split('\n')[-2] if msg is not '' else msg})
+                                    "msg": msg.split('\n')[-2] if msg != '' else msg})
     return f