Skip to content

Commit 69a13ed

Browse files
authored
Merge pull request #33 from ramboman/bugfix-init_from_url
Bug fix: Fix typo in Screener.init_from_url()
2 parents 1ea2ed4 + 92d625b commit 69a13ed

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)