Commit ebf6f3bf authored by lixiaofang's avatar lixiaofang

ad

parent bce9bd5d
...@@ -23,6 +23,7 @@ class TagTransfer(object): ...@@ -23,6 +23,7 @@ class TagTransfer(object):
ret_list = list() ret_list = list()
item_dict = dict() item_dict = dict()
results = instance.get_by_id_name results = instance.get_by_id_name
logging.info("get results:%s" % results)
name = results["name"] name = results["name"]
item_dict["id"] = getMd5Digest(str(name)) item_dict["id"] = getMd5Digest(str(name))
item_dict["ori_name"] = name item_dict["ori_name"] = name
......
Markdown is supported
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