Skip to content

Commit

Permalink
chore:remove compareSpeed
Browse files Browse the repository at this point in the history
  • Loading branch information
Guovin committed Feb 6, 2024
1 parent 7f77f51 commit 95cb03f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def visitPage(self,channelItems):
allRangeElement=allRangeElement[:4]
for elem in allRangeElement:
urls.append(elem.text)
urls=self.compareSpeed(urls)
# urls=self.compareSpeed(urls)
channelUrls[name]=urls
self.outputTxt(cate,channelUrls)
time.sleep(1)
Expand Down

0 comments on commit 95cb03f

Please sign in to comment.