Right now when I call valuation.Valuation().screener_view(), and using the default value, an error is thrown:
File "/Users/minh/Desktop/DareData/GameStonk/GamestonkTerminal/openbb_terminal/economy/finviz_model.py", line 34, in get_valuation_performance_data
return valuation.Valuation().screener_view(group=group)
File "/Users/minh/.virtualenvs/gst/lib/python3.9/site-packages/finvizfinance/group/overview.py", line 97, in screener_view
info_dict[table_header[i]] = col.text
Right now when I call
valuation.Valuation().screener_view()
, and using the default value, an error is thrown: