注释ad 属性添加代码
This commit is contained in:
parent
4a60c5d846
commit
bfb502f1ab
@ -103,9 +103,10 @@ def send_cache_data():
|
|||||||
# if not item.get('ad_property', {}):
|
# if not item.get('ad_property', {}):
|
||||||
# item['ad_property']={}.update(temp)
|
# item['ad_property']={}.update(temp)
|
||||||
# else:
|
# 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']}")
|
# 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}")
|
# print(f"1={item}")
|
||||||
# except Exception:
|
# except Exception:
|
||||||
# log.error(f"write {item}",exc_info=True)
|
# log.error(f"write {item}",exc_info=True)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user