liangzhongquan %!s(int64=2) %!d(string=hai) anos
pai
achega
c16a7bdf41
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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