|
@@ -126,9 +126,6 @@ class douyinAuthor():
|
|
|
elif len(data) == 0:
|
|
|
Common.logger().info(
|
|
|
f"接口请求失败,请更换cookie")
|
|
|
- Feishu.bot('recommend', '抖音', '抖音cookie失效,请及时更换~')
|
|
|
- # 如果返回空信息,则随机睡眠 600, 1200 秒
|
|
|
- time.sleep(random.randint(600, 1200))
|
|
|
continue
|
|
|
count = 0
|
|
|
for i in range(len(data)):
|