|
@@ -77,6 +77,7 @@ class KS:
|
|
|
elif response.status_code == 200 and "error_msg" in response.text:
|
|
|
Feishu.bot("wangxueke", '机器自动改造消息通知', f'快手-{name}cookie过期,请及时更换', 'wangxueke')
|
|
|
Feishu.bot("liuzhaoheng", '机器自动改造消息通知', f'快手-{name}cookie过期,请及时更换', '刘兆恒')
|
|
|
+ time.sleep(600)
|
|
|
return list
|
|
|
elif "visionProfilePhotoList" not in response.json()["data"]:
|
|
|
if name == '快手品类账号':
|