zhangyong 9 달 전
부모
커밋
3b77c9d50d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      video_rewriting/video_processor.py

+ 1 - 1
video_rewriting/video_processor.py

@@ -621,7 +621,7 @@ class VideoProcessor:
                 if int(count) >= 300:
                     Common.logger(mark).log(f"抖音搜索接口今日已经上限")
                     return "抖音搜索上限"
-            if mark == 'ks-pl-gjc' and task['channel_id'] == '抖音搜索':
+            if mark == 'ks-pl-gjc':
                 mark_count = 'ksss-count'
                 count = get_first_value_with_prefix(mark_count)
                 increment_key(mark_count)