lit26 / finvizfinance

Finviz analysis python library.
https://finvizfinance.readthedocs.io/en/latest/
MIT License
516 stars 85 forks source link

BUG: custom screen_view does not exits on Base class. Is screener_view? #112

Closed mmgarcia closed 4 months ago

mmgarcia commented 5 months ago

finvizfinance version checks

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'.

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

Replace this line with the output of finvizfinance.__version__