注释ad 属性添加代码

This commit is contained in:
pengtao 2019-08-20 15:00:49 +08:00
parent 4a60c5d846
commit bfb502f1ab

View File

@ -103,9 +103,10 @@ def send_cache_data():
# if not item.get('ad_property', {}):
# item['ad_property']={}.update(temp)
# else:
# item['ad_property'] = json.loads(item.get('ad_property', {})).update(temp)
# item['ad_property'] = json.loads(item.get('ad_property', {}).replace("'",'"'))
# item['ad_property'].update(temp)
# print(f"item['ad_property']={item['ad_property']}")
# item['ad_property']=json.dumps(item['ad_property'])
# #item['ad_property']=json.dumps(item['ad_property'])
# print(f"1={item}")
# except Exception:
# log.error(f"write {item}",exc_info=True)