Skip to content

Commit 92d625b

Browse files
committed
Bug fix: Fix typo in Screener.init_from_url()
1 parent 1ea2ed4 commit 92d625b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

finviz/screener.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def init_from_url(cls, url, rows=None):
6262

6363
signal = ''
6464
if 's' in splitted_query:
65-
order = splitted_query['s'][0]
65+
signal = splitted_query['s'][0]
6666

6767
return cls(tickers, filters, rows, order, signal, table, custom)
6868

0 commit comments

Comments
 (0)