[X] I have checked that this issue has not already been reported.
[ ] I have confirmed this bug exists on the master branch of finvizfinance.
Reproducible Example
versions/3.11.7/lib/python3.11/site-packages/finvizfinance/screener/custom.py", line 41, in screener_view
Base.screen_view(order, limit, select_page, verbose, ascend, columns, sleep_sec)
^^^^^^^^^^^^^^^^
AttributeError: type object 'Base' has no attribute 'screen_view'.
Did you mean: 'screener_view'?
Issue Description
AttributeError: type object 'Base' has no attribute 'screen_view'.
finvizfinance version checks
[X] I have checked that this issue has not already been reported.
[ ] I have confirmed this bug exists on the master branch of finvizfinance.
Reproducible Example
Issue Description
AttributeError: type object 'Base' has no attribute 'screen_view'.
Did you mean: 'screener_view'?
Expected Behavior
Base.screener_view(order, limit, select_page, verbose, ascend, columns, sleep_sec) instead of _Base.screenview(order, limit, select_page, verbose, ascend, columns, sleep_sec)
Installed Versions