Commit 10bbc92d authored by litaolemo's avatar litaolemo

update

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