Commit 6e3c04bb authored by litaolemo's avatar litaolemo

update

parent 5ae9b543
......@@ -205,7 +205,8 @@ WHERE spam_pv.device_id IS NULL
else:
portrait_dict[demand][tag] = 1
if tag in kyc_str_list and demand == "projects":
portrait_dict["projects"][demand] -= 1
if portrait_dict["projects"].get(tag):
portrait_dict["projects"][tag] -= 1
except Exception as e:
print("error ", e)
......
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