fix: 取消这个logger,简单的使用print
This commit is contained in:
parent
072c770971
commit
361535373d
@ -256,7 +256,7 @@ def main():
|
|||||||
if not kwdata:
|
if not kwdata:
|
||||||
print("没有获取到关键词数据")
|
print("没有获取到关键词数据")
|
||||||
time.sleep(30)
|
time.sleep(30)
|
||||||
return
|
break
|
||||||
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