Commit 27daf69c authored by 王浩's avatar 王浩

Merge branch 'haow/dev' into 'test'

allow action 1 about sensitive check

See merge request !2
parents 68c2e26f 0f1ea331
......@@ -94,7 +94,7 @@ class Sensitive(object):
return
action = data["result"]["action"]
if action == 0: # "通过"
if action == 0 or action == 1: # "通过"
return []
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