Commit 8ea21530 authored by litaolemo's avatar litaolemo

update

parent 0eb4936b
......@@ -212,8 +212,12 @@ WHERE spam_pv.device_id IS NULL
if not temp_count:
count_not_has_portratit += 1
no_portrait_device_id_list.append(res.device_id)
for key in kyc_str_list:
portrait_dict["projects"][key] -= 1
try:
portrait_dict["projects"][key] -= 1
except:
continue
print(portrait_dict)
print(count_user_count+1,count_not_has_portratit)
......
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