Explorar el Código

更改日志信息

zhangyong hace 10 meses
padre
commit
112ca4faee
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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