소스 검색

更改日志信息

zhangyong 9 달 전
부모
커밋
112ca4faee
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      data_channel/ks_ls.py

+ 1 - 1
data_channel/ks_ls.py

@@ -69,7 +69,7 @@ class KSLS:
                 if has_more == False:
                     return list
             except Exception as exc:
-                Common.logger("ks-ls").info(f"抖音历史数据获取失败:{exc}\n")
+                Common.logger("ks-ls").info(f"快手历史数据获取失败:{exc}\n")
                 return list
 
     @classmethod