Commit 00e42ed4 authored by litaolemo's avatar litaolemo

update

parent b0e50e04
......@@ -274,6 +274,8 @@ WHERE spam_pv.device_id IS NULL
if portratit_res[demand]:
try:
for tag in portratit_res[demand][0:3]:
if tag == "美白针" or tag == "瘦脸针":
print(tag,res.device_id)
if tag in portrait_dict[demand]:
portrait_dict[demand][tag] += 1
else:
......
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