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

no message success

parent be8cb11e
......@@ -65,7 +65,7 @@ class Result(dict):
else:
self["data"] = content_dict
self['data'] = DictObject.from_json(self['data'])
self['message'] = resp.url
self['message'] = ''
else:
try:
content_dict = json.loads(resp.content.decode('utf-8'))
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment