|
@@ -629,7 +629,7 @@ class VideoProcessor:
|
|
Common.logger(mark).log(f"快手搜索接口今日已经上限")
|
|
Common.logger(mark).log(f"快手搜索接口今日已经上限")
|
|
return "快手搜索上限"
|
|
return "快手搜索上限"
|
|
if mark == 'sph-pl-gjc':
|
|
if mark == 'sph-pl-gjc':
|
|
- mark_count = 'sphss-count'
|
|
|
|
|
|
+ mark_count = 'ss-sph-count'
|
|
count = get_first_value_with_prefix(mark_count)
|
|
count = get_first_value_with_prefix(mark_count)
|
|
increment_key(mark_count)
|
|
increment_key(mark_count)
|
|
if int(count) >= 300:
|
|
if int(count) >= 300:
|