Commit f276bd9b authored by Wei Shoulin's avatar Wei Shoulin
Browse files

un json

parent f19bbfee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ class Result(dict):
                content_dict = json.loads(resp.content.decode('utf-8'))
                self["message"] = content_dict.get("detail", "")
            except Exception as _:
                pass
                self["message"] = resp.content.decode('utf-8')
        return self

class DictObject(dict):