liangzhongquan 2 rokov pred
rodič
commit
c16a7bdf41
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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