Commit c5b116f5 authored by litaolemo's avatar litaolemo

update

parent a37e7931
......@@ -469,7 +469,7 @@ class TRACTATE_PLATFORM(Enum):
def task_main():
# 实例化数据判断规则 注意高优先级在前 低优先级在后
push_rule_class1 = push_rule(favorite_count_ni=400,comment_count_ni=400, time_range=10, level=4)
push_rule_class2 = push_rule(favorite_count_ni=300,comment_count_ni=200, time_range=10, level=3)
push_rule_class2 = push_rule(favorite_count_ni=300,comment_count_ni=300, time_range=10, level=3)
# push_rule_class3 = push_rule(comment_count_ni=1, time_range=10, level=3)
rules_list = [
push_rule_class1,
......
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