注释ad 属性添加代码
This commit is contained in:
parent
4a60c5d846
commit
bfb502f1ab
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user