Skip to content

Commit

Permalink
fix custom screener
Browse files Browse the repository at this point in the history
  • Loading branch information
lit26 committed Mar 2, 2022
1 parent df5c4ab commit def519d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion finvizfinance/screener/custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def screener_view(
url = url.replace("o=", "o=-")
url += "&c=" + ",".join(columns)
soup = web_scrap(url)
table = soup.findAll("table")[18]
table = soup.findAll("table")[19]
rows = table.findAll("tr")
df = self._screener_helper(
i, page, rows, df, num_col_index, table_header, limit
Expand Down

0 comments on commit def519d

Please sign in to comment.