Commit 7f5d5714 authored by 赵威's avatar 赵威

add content level

parent 1006952d
......@@ -74,7 +74,7 @@ def write_result():
if i <= 1.0 and tmp_id != id:
res.append(str(tmp_id))
if res:
data = "{}:{}:{}".format(content_level_dict.get(id, -1), str(id), ",".join(res))
data = "{}:{}:{}".format(content_level_dict.get(id, "-1"), str(id), ",".join(res))
print(data)
......
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