fix: 跳出循环改为退出本次
This commit is contained in:
parent
8f21521c6b
commit
c2874be9ba
@ -256,7 +256,7 @@ def main():
|
|||||||
if not kwdata:
|
if not kwdata:
|
||||||
print("没有获取到关键词数据")
|
print("没有获取到关键词数据")
|
||||||
time.sleep(30)
|
time.sleep(30)
|
||||||
break
|
continue
|
||||||
print(f"搜索关键词数据: {kwdata}")
|
print(f"搜索关键词数据: {kwdata}")
|
||||||
kwdata = kwdata[0][1]
|
kwdata = kwdata[0][1]
|
||||||
rn = kwdata['rn']
|
rn = kwdata['rn']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user