We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ea2ed4 commit 92d625bCopy full SHA for 92d625b
finviz/screener.py
@@ -62,7 +62,7 @@ def init_from_url(cls, url, rows=None):
62
63
signal = ''
64
if 's' in splitted_query:
65
- order = splitted_query['s'][0]
+ signal = splitted_query['s'][0]
66
67
return cls(tickers, filters, rows, order, signal, table, custom)
68
0 commit comments