[X] I have checked that this issue has not already been reported.
[X] I have confirmed this bug exists on the master branch of finvizfinance.
Reproducible Example
The following code does not stop even though the limit value is set.
foverview = Overview()
filters_dict = {'Average Volume':'Over 500K'}
foverview.set_filter(filters_dict=filters_dict)
df = foverview.screener_view(limit = 1, verbose = 1)
df.head()
finvizfinance version checks
[X] I have checked that this issue has not already been reported.
[X] I have confirmed this bug exists on the master branch of finvizfinance.
Reproducible Example
Issue Description
Please see aboove
Expected Behavior
should only return the number of rows = limit
Installed Versions