Browse Source

更改日志信息

zhangyong 9 tháng trước cách đây
mục cha
commit
112ca4faee
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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