ticker: fix "non-required setting(s) <symbol> with no default!"
This commit is contained in:
parent
6cced3aacc
commit
b8d872f8e5
@ -21,7 +21,7 @@ class Ticker(IntervalModule):
|
||||
("bad_threshold", "The target value for consindering the stock a poor value"),
|
||||
"format"
|
||||
)
|
||||
#required = "symbol"
|
||||
required = ("symbol",)
|
||||
good_color = "#00FF00" # green
|
||||
caution_color = "#FFFF00" # yellow
|
||||
bad_color = "#FF0000" # red
|
||||
|
Loading…
Reference in New Issue
Block a user