Skip to content

Commit

Permalink
Update tools.py
Browse files Browse the repository at this point in the history
  • Loading branch information
elmoiv authored Nov 30, 2019
1 parent 7c37420 commit 396714b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azapi/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def ParseSearch(page, limit, cat):
page_count = int(header.text.split(' ')[3]) // 20

limit = 1 if limit < 1 else page_count if limit > page_count else limit

results = htmlFindAll(page)('td', {'class':'text-left visitedlyr'})

data = {n:{} for n in range(len(results))}
Expand Down

0 comments on commit 396714b

Please sign in to comment.