Browse Source

更改日志信息

zhangyong 8 months ago
parent
commit
112ca4faee
1 changed files with 1 additions and 1 deletions
  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