|
@@ -85,7 +85,7 @@ class XiaoniangaoAuthorScheduling:
|
|
|
rule_comment_cnt_max = 100000000
|
|
|
|
|
|
rule_publish_time_min = rule_dict.get('publish_time', {}).get('min', 0)
|
|
|
- rule_publish_time_max = rule_dict.get('publish_time', {}).get('max', 100000000)
|
|
|
+ rule_publish_time_max = rule_dict.get('publish_time', {}).get('max', 0)
|
|
|
if rule_publish_time_max == 0:
|
|
|
rule_publish_time_max = 4102415999000 # 2099-12-31 23:59:59
|
|
|
|