Commit 0f1ea331 authored by 王浩's avatar 王浩

allow action 1 about sensitive check

parent 68c2e26f
...@@ -94,7 +94,7 @@ class Sensitive(object): ...@@ -94,7 +94,7 @@ class Sensitive(object):
return return
action = data["result"]["action"] action = data["result"]["action"]
if action == 0: # "通过" if action == 0 or action == 1: # "通过"
return [] return []
lables = data.get("result", {}).get("labels", []) lables = data.get("result", {}).get("labels", [])
......
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