|
@@ -100,19 +100,19 @@ class KuaishouauthorScheduling:
|
|
|
if flag == "V1":
|
|
|
rule_dict = {
|
|
|
"play_cnt": {"min": 10000, "max": 0},
|
|
|
- 'period': {"min": 90, "max": 0},
|
|
|
+ 'period': {"min": 15, "max": 0},
|
|
|
}
|
|
|
special = 0.01
|
|
|
elif flag == "V2":
|
|
|
rule_dict = {
|
|
|
"play_cnt": {"min": 2000, "max": 0},
|
|
|
- 'period': {"min": 90, "max": 0},
|
|
|
+ 'period': {"min": 15, "max": 0},
|
|
|
}
|
|
|
special = 0.01
|
|
|
elif flag == "V3":
|
|
|
rule_dict = {
|
|
|
"play_cnt": {"min": 100, "max": 0},
|
|
|
- 'period': {"min": 90, "max": 0},
|
|
|
+ 'period': {"min": 15, "max": 0},
|
|
|
}
|
|
|
special = 0.01
|
|
|
else:
|