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