Skip to content

Commit

Permalink
update crawler.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Frefreak committed Nov 9, 2023
1 parent 8ed1a85 commit 9b313f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crawler.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
while not found and i < timeout:
items = ul.find_elements(by="tag name", value="li")
for item in items:
if item.text.startswith("鼠须管(推荐)"):
if item.text.startswith("鼠须管"):
target = item
item.click()
found = True
Expand Down

0 comments on commit 9b313f8

Please sign in to comment.