|
@@ -104,7 +104,6 @@ class douyinAuthor():
|
|
|
if body == "":
|
|
|
Common.logger().info(f"请求获取body为空")
|
|
|
continue
|
|
|
- Common.logger().info(f"请求获取body数据:{body}")
|
|
|
obj = json.loads(body)
|
|
|
has_more = True if obj.get('has_more', 0) == 1 else False
|
|
|
next_cursor = str(obj.get('max_cursor')) if has_more else None
|