lit26/finvizfinance

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

Closed this issue · 0 comments

finvizfinance version checks

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

Did you mean: 'screener_view'?

Expected Behavior

Base.screener_view(order, limit, select_page, verbose, ascend, columns, sleep_sec)
instead of Base.screen_view(order, limit, select_page, verbose, ascend, columns, sleep_sec)

Installed Versions

Replace this line with the output of finvizfinance.version